Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

Patrik H.'s avatar
Patrik H.
Explorer | Level 4
8 years ago

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...
  • Greg-DB's avatar
    8 years ago
    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