dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
930 stars 318 forks source link

Post Auth token refresh contents are still unauthorized to download #479

Closed lalith-mcw closed 1 year ago

lalith-mcw commented 1 year ago

Before you start Have you checked StackOverflow, previous issues, and Dropbox Developer Forums for help? Yes checked in Dropbox Developer Forums https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/After-token-refresh-contents-still-need-authorization-to/m-p/703717#M31342

What is your question? A clear and concise description of the question. As mentioned the LOG info shows it has updated the auth token with given Refresh Token But with further steps when proceeding with fetching metadata to download the same AuthError is observed

Usage of refresh_token() and check_and_refresh_token() also doesn't help either as mentioned in the Documentation

I just want a kind of short lived token being automatically updated with a stable Refresh token

Screenshots If applicable, add screenshots to help explain your question. image

Versions

Additional context Add any other context about the question here.

greg-db commented 1 year ago

I see you're receiving help in your forum thread, so I'll close out this issue in favor of that thread.