Discuss Dropbox Developer & API
Hii all,
What is the meaning of VERSION field in the developer guide, I have attached Image Kindly Check. And also where does the API version is specified in the DropBox API call
Thanks
That "version" field in the documentation for any particular API endpoint is referring to the endpoint version number. (This is distinct from the API version number, which is "2" for the current version of the API itself.)
The endpoint version is included at the end of the API route. When the endpoint is still on version 1, it is omitted.
As an example, refer to the /2/files/move_v2 route. That is endpoint version 2, signified by "_v2", of the files/move endpoint (on API version 2, signified by "/2/").
That "version" field in the documentation for any particular API endpoint is referring to the endpoint version number. (This is distinct from the API version number, which is "2" for the current version of the API itself.)
The endpoint version is included at the end of the API route. When the endpoint is still on version 1, it is omitted.
As an example, refer to the /2/files/move_v2 route. That is endpoint version 2, signified by "_v2", of the files/move endpoint (on API version 2, signified by "/2/").
Thank you @Greg-DB
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!