You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
philipkd
8 years agoCollaborator | Level 8
What is the purpose of APP_SECRET in v2?
I'm migrating Permanote (formerly Nebulous Notes) to v2, and in doing some housekeeping, I noticed that the APP_SECRET is not used anywhere. I've been getting by without it for a couple of months now...
- 8 years agoThat's correct, when using the OAuth 2 'token' flow, such as in client-side apps like on iOS, the app secret is not necessary.
- 8 years ago
The checkAndPerformV1TokenMigration method is defined in the SDK, but it's relatively new, so make sure you have the latest version installed.
Greg-DB
Dropbox Staff
That's correct, when using the OAuth 2 'token' flow, such as in client-side apps like on iOS, the app secret is not necessary.
philipkd
8 years agoCollaborator | Level 8
Follow-up question:
The Obj-C SDK suggests running this line for migration:
[DBClientsManager checkAndPerformV1TokenMigration:]
However, I don't see that in the SDK code.
- Greg-DB8 years agoDropbox Staff
The checkAndPerformV1TokenMigration method is defined in the SDK, but it's relatively new, so make sure you have the latest version installed.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf 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 or Facebook.
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!