onedrivecmd icon indicating copy to clipboard operation
onedrivecmd copied to clipboard

Business dont work

Open samuel-parra opened this issue 5 years ago • 3 comments

where try business activation get an error with api.office.com

requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.office.com', port=443): Max retries exceeded with url: /discovery/v2.0/me/services (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fed246bc910>: Failed to establish a new connection: [Errno -2] Name or service not known'))

help me please!!

samuel-parra avatar Jan 11 '21 20:01 samuel-parra

Smells like your local DNS issue.

On Mon, Jan 11, 2021 at 3:58 PM samuel-parra [email protected] wrote:

where try business activation get an error with api.office.com

requests.exceptions.ConnectionError: HTTPSConnectionPool(host=' api.office.com', port=443): Max retries exceeded with url: /discovery/v2.0/me/services (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fed246bc910>: Failed to establish a new connection: [Errno -2] Name or service not known'))

help me please!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cnbeining/onedrivecmd/issues/78, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL5DAQAATTJVIPVIAXS42TSZNQ6JANCNFSM4V6E63AQ .

cnbeining avatar Jan 11 '21 20:01 cnbeining

Smells like your local DNS issue. On Mon, Jan 11, 2021 at 3:58 PM samuel-parra @.***> wrote: where try business activation get an error with api.office.com requests.exceptions.ConnectionError: HTTPSConnectionPool(host=' api.office.com', port=443): Max retries exceeded with url: /discovery/v2.0/me/services (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fed246bc910>: Failed to establish a new connection: [Errno -2] Name or service not known')) help me please!! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#78>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL5DAQAATTJVIPVIAXS42TSZNQ6JANCNFSM4V6E63AQ .

目前多地解析都没有结果。

NormanBB avatar Feb 04 '21 01:02 NormanBB

@cnbeining The Office 365 discovery service and SDK for .NET are being deprecated beginning January 10, 2018, and will be fully decommissioned on November 1, 2019. Start using Microsoft Graph to access Office 365 data in a single endpoint. For more details, see our announcement.

https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/discovery-service-rest-operations

Seems like it is decommissioned.

NormanBB avatar Feb 04 '21 02:02 NormanBB