Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
fa11
9 years agoExplorer | Level 3
Does changing dropbox app permission take effect instantly?
Hi,
My app has Full App access and I am making a call to 'sharing/ad d_file_member' using Dropbox core API. After deleting and creating my app with same name while experimenting with App Permi...
- 9 years ago
Note that it's not possible to change the permission on an app. You can only delete an app and create a different one, as you described.
Also, every access token is tied to one and only one app. In this case, it sounds like you retrieved an access token, and then deleted the app for that access token. At that point, API calls made using that access token will fail. You will need to get a new access token for the new app to make API calls again.
Greg-DB
Dropbox Community Moderator
9 years agoNote that it's not possible to change the permission on an app. You can only delete an app and create a different one, as you described.
Also, every access token is tied to one and only one app. In this case, it sounds like you retrieved an access token, and then deleted the app for that access token. At that point, API calls made using that access token will fail. You will need to get a new access token for the new app to make API calls again.
fa11
9 years agoExplorer | Level 3
Thanks for your response! Yes I was doing that but i think there were two issues:
1. I deleted and created app again and again in 5 minutes, changed my account details which had created that app like my username. I think maybe it was all not synced maybe as when i googled it, I found that it could be either due to deleted app or deleted account. The problem went away when I tried after a few hours.
2. I discovered that I had been using a hard coded expired token somewhere in my code so maybe that token was over-wiritng the valid token. My code was messed up so I cleaned it and that resovled my issue.
Best Regards,
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!