Closed acmilannesta closed 3 weeks ago
sighs Vague descriptions never help in an issue. Please give a more exact error, and a screenshot.
Yes, I just try to automate file uploads to my OneDrive. So when I try to access my account, the authentication page should be direct to the "auth_url" right, but it fails to connect after I click it.
https://login.live.com/oauth20_authorize.srf?client_id=6d2489de-a647-47f2-8c46-2c9b2fa113da&response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F&scope=wl.signin+wl.offline_access+onedrive.readwrite
And shows the following
Did you see the example base codes? Do any of them work?
Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #209 for more information
Hi,
I'm trying to OAuth2 and set up redirect URL as following:
Here is my code:
But once I click the
auth_url
and select "yes" to allow access of all the scopes. Then the localhost refuse to connect.