We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
purringpigeon
8 years agoExplorer | Level 4
Help migrating from v1 to v2 Objective C
Hello,
I am not very familiar with Dropbox API, though I got version 1 working just fine on my app. But I am not really following the path from V1 to V2 all that well.
I am attempting to...
Greg-DB
8 years agoDropbox Staff
Did you follow all of the instructions for setting up the app authorization flow?
https://github.com/dropbox/dropbox-sdk-obj-c#handling-the-authorization-flow
If so, what error(s) are you getting?
A few notes from what you shared so far though:
- In API v2, the Dropbox root folder is identified by the empty string "", not "/".
- The getMetadata method doesn't supported the root folder. In API v2, you should use listFolder[Continue] to list the contents of folders.
- You can use reauthorizeClient to retrieve a previously authorized client.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!