Business dont work
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!!
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 .
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 .
目前多地解析都没有结果。
@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.