cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Java V2 - Equvalent to V1 API's

Java V2 - Equvalent to V1 API's

Joel T.9
New member | Level 2

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 appears this would be equivalent:
ListFolderResult result = client.files().listFolderContinue(deltaCursor);

However, I couldn't tell how to determine if an entry was deleted, the previous API I used DbxEntry.metadata == null.

For 2&3, maybe using the old API is supported still? The only reason I need the new API is to use the file ID support mostly for detecting file renames.

10 Replies 10

Greg-DB
Dropbox Staff

Quick follow up here for anyone looking who hasn't already seen it, the API v2 Java SDK does now have the equivalent of createTemporaryDirectUrl as getTemporaryLink.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    Joel T.9 New member | Level 2
What do Dropbox user levels mean?