cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn about updates that we've made to the Search experience on the Android and iOS apps?Well, you can learn from Luke on the Mobile App team right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Comments

Re: What is the meaning of VERSION field in the developer guide

What is the meaning of VERSION field in the developer guide

paradoxIn
Explorer | Level 4

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 

 

paradoxIn_0-1664973817797.png

 

1 Accepted Solution

Accepted Solutions

Re: What is the meaning of VERSION field in the developer guide

Greg-DB
Dropboxer

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/").

View solution in original post

2 Replies 2

Re: What is the meaning of VERSION field in the developer guide

Greg-DB
Dropboxer

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/").

Re: What is the meaning of VERSION field in the developer guide

paradoxIn
Explorer | Level 4

Thank you @Greg-DB 

Need more support?