Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Joel T.9
10 years agoNew member | Level 2
Java V2 - Equvalent to V1 API's
I'm looking for the following API's that exist in V1:
1) client.getDelta(deltaCursor) 2) client.createTemporaryDirectUrl(path) 3) client.disableAccessToken()
For the first one, getDelta, it app...
Greg-DB
Dropbox Community Moderator
10 years ago1) Yes, in API v2, you would use listFolder and listFolderContinue instead of getDelta. You should check if each entry is a FileMetadata, FolderMetadata, or DeletedMetadata to distinguish between files, folders, and deleted items, respectively.
2) API v2 doesn't currently have an equivalent of createTemporaryDirectUrl, but I'll be sure to pass this along as a feature request.
3) API v2 also doesn't currently have an equivalent of disableAccessToken, but I'll be sure to pass this along as a feature request too.
And yes, for the functionality without equivalents in API v2, you can continue using v1.
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!