Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I'm creating a python kivy app which uploads one file to my dropbox and I want to deploy that app on android. When I run my python app on my pc, everything works fine. I manage to upload the file to my dropbox account using access token as intended. When I deploy the app on android using buildozer, I'm getting AuthError('invalid_access_token'). I'm totally new to all of this, but I can't figure out what I'm doing wrong. Also, after I run my app on android and get the error, the access token no longer works when the app is run on pc (getting the same error on pc as well). What could go wrong after deploying it on android?
Given that the access token no longer works even in the environment where it originally worked, it sounds like the access token was likely revoked.
Given that the access token no longer works even in the environment where it originally worked, it sounds like the access token was likely revoked.
Hi Greg,
I found the issue. It was due to publicly sharing on GitHub. Thanks for helping.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!