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: 

Cannot auto rename file

Cannot auto rename file

sthigale
Explorer | Level 4
Go to solution

I'm using Dropbox Java API to upload file.

 

Following is the code to uploadFile with auto rename set to true

 

void uploadFile(@NonNull final String inPath, @NonNull final InputStream inputStream) throws IOException, DbxException {
client.files()
.uploadBuilder(inPath)
.withMode(WriteMode.ADD)
.withAutorename(true)
.uploadAndFinish(inputStream);
}

  

 

However, I can see that this does auto rename a file if it exists. Any pointers?

1 Accepted Solution

Accepted Solutions

Steve M.
Dropbox Staff
Go to solution

Did you mean "this does not rename"?

 

Make sure you're uploading different content. Dropbox does not consider there to be a conflict if you upload content identical to what's already in that file, and the rename will only occur on conflict.

View solution in original post

2 Replies 2

Steve M.
Dropbox Staff
Go to solution

Did you mean "this does not rename"?

 

Make sure you're uploading different content. Dropbox does not consider there to be a conflict if you upload content identical to what's already in that file, and the rename will only occur on conflict.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    Steve M. Dropbox Staff
What do Dropbox user levels mean?