Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Nicholas H.2
10 years agoNew member | Level 1
Generated Access Token not working for authentication (Python)
Hello,
I generated an access token on my app page, but it does not seem to be working. I am using it in place of the token that is normally generated when give it access from the webpage. Here is ...
Jay M.1
10 years agoNew member | Level 1
Hi Steve M ,
I'm using https://www.dropbox.com/developers/core/docs#oa2-authorize to authenticate user and
then I'm getting code in return at url.
Redirect url is like this --> [REDIRECT_URI]?code=ABCDEFG&state=[STATE]
After that I'm using below codes to get access token from the above
code.
flow.start()
access_token, user_id = flow.finish(code)
It gives me invalid_grant error.? Can you help please.About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!