Trying to get Dropbox backup working on V13, but it throws the following error during the setup
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.dropboxapi.com/oauth2/token
Looking at Dropbox forums there is similar error states after 2020 on the dropbox changes. Article below desribes it.
Anyone knows how to fix it? Or what file to modify in the ERPNext? The following snippet is from the above dropboxforum entry. So perhaps by replacing the https://api.dropboxapi.com/oauth2/token to he one recommended will fix the issue?
I seems found the reason .
My endpoint to do the second step was
https://api.dropboxapi.com/oauth2/token
when i replaced it to
https://www.dropboxapi.com/oauth2/token
all wtarted to work fine.