Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.
Forum Discussion
Patrik H.
8 years agoExplorer | Level 4
How to ensure no use of API v1?
I am working on updating a macOS app to migrate from API v1 to API v2, ahead of the upcoming deadline. I'd like to ensure that the app does not, in any way, still contact v1 endpoints (that is, any e...
- 8 years agoIf you're not using an official SDK, the easiest way to check what version of the API you're calling is to check the URLs you're calling. API v1 endpoints contain "/1/", while API v2 endpoints contain "/2/".
(Note that some OAuth URLs also contain "/1/" for historical reasons, but those aren't considered part of API v1 itself.)
If you aren't sure though, feel free to open a ticket and we can help further:
https://www.dropbox.com/developers/contact
Greg-DB
8 years agoDropbox Staff
If you're not using an official SDK, the easiest way to check what version of the API you're calling is to check the URLs you're calling. API v1 endpoints contain "/1/", while API v2 endpoints contain "/2/".
(Note that some OAuth URLs also contain "/1/" for historical reasons, but those aren't considered part of API v1 itself.)
If you aren't sure though, feel free to open a ticket and we can help further:
https://www.dropbox.com/developers/contact
(Note that some OAuth URLs also contain "/1/" for historical reasons, but those aren't considered part of API v1 itself.)
If you aren't sure though, feel free to open a ticket and we can help further:
https://www.dropbox.com/developers/contact
- Patrik H.8 years agoExplorer | Level 4Thanks for the quick reply!
Based on your answer, I take it that the OAuth URLs which contain "/1/" will NOT be shut down... please correct me if I have misunderstood this.- Greg-DB8 years agoDropbox StaffYes, that's correct, for OAuth 2 at least. (API v2 doesn't support OAuth 1 so I expect it will make sense to shut down the OAuth 1 endpoints along with API v1 itself.)
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,926 PostsLatest Activity: 3 days ago
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 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!