We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Ed-
9 years agoExplorer | Level 4
changes copy_v2, create_folder_v2, Etc.
Hello, I resumed to develop a project that I started about three monts ago and I found that for some of the things that I had already done and finished the API changed.
They are: copy was repla...
Greg-DB
Dropbox Community Moderator
9 years agoWe don't have a document detailing the differences in these endpoints, but I'll be sure to pass this along as feedback.
For reference, in this case, we deprecated these endpoints in order to offer a different return type. For example, the /2/files/move endpoint returns Metadata, while /2/files/move_v2 returns RelocationResult. For now, RelocationResult only contains a Metadata, but using this different type allows us to expand the information returned by this endpoint, e.g., to offer information about the operation itself, without changing the definition of Metadata everywhere.
While we recommend migrating offer of these deprecated API v2 endpoints to their non-deprecated replacements, right now it isn't essential. We haven't announced any retirement timeline for these deprecated API v2 endpoints, so they will continue working. If/when we do need to retire them, we will be sure to reach out to any developers still using them with advance notice.
- Ed-9 years agoExplorer | Level 4Yes, but that makes me question whether I'm doing right in writing a component to provide an easy and intuitive interface for your API, since if the API's endpoints are changing so frequently, my component will be rendered outdated soon.
If I sell this component to other developers that use it on their applications, I would like to have the confidence that it will work for several years.
Microsoft is not a good example in anything, but they usually guarantee at least for ten years their technologies to work.
I already worked about two or three months on this project, it converts many of your asynch API calls into synch functions in an object oriented schema.
It keeps locally the information of what is in a Dropbox account, and keep it synched calling to list_folder/longpoll
But now I'm wondering if I have chosen the right niche to work on.- Greg-DB9 years ago
Dropbox Community Moderator
Thanks for the feedback! I'm sending this along to the team.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!