Hello!
I'm using PHP SDK and authorizing in WordPress website. But getting the errors. Would any issues from my side. Please see the below screenshot. https://www.dropbox.com/scl/fi/4fnq8c0mwmtlibf8dq8a4/Screenshot-at-Apr-22-12-04-50.png?rlkey=ol98wwhik6zxpnu4j8q7sn28d&st=0o9pb2tj&dl=0
Thanks in advanced
Hello, it looks like you are experiencing the same issue I reported here:
https://www.dropboxforum.com/discussions/101000014/oauth-broken-missing-client-id-if-force-reauthenticationtrue/831154
Hi @pp111 Yes. Got this issues from yesterday. Hopefully, it will be fixed asap.
Thanks for mentioning.
My applications are also affected. Customers will no longer be able to connect to their Dropbox account using the authorization URL (as described in the API documentation on https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize).
--- oAuth url example:https://dropbox.com/oauth2/authorize?client_id=<APP_KEY>&response_type=code&state=...&token_access_type=offline&prompt=login&redirect_uri=...
---It looks like that the logout action in the oauth flow is not working anymore as expected, and is removing e.g. the client_id from the requested redirect?
@DB-Des can you look at it as soon as possible?
Hello @De L.1, @codeconfigs and @pp111, Thank you for raising this case. The engineering team has identified that the issue was related to a recent migration. They have informed me that the issue should now be resolved and you should be able to use the force_reauthentication=true or prompt=login parameter with the Auth URL for the OAuth authorization flow. We appreciate your patience as we worked through this case.