cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right 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: 

Re: Where is the documentation for DropboxClient.files.upload()?

Where is the documentation for DropboxClient.files.upload()?

ShinehahGnolaum
Helpful | Level 7
Go to solution

I can't find the documentation for DropboxClient.files.upload() at SwiftyDropbox Reference.

I would like to know if that method overwrites the file if one exists in the designated path.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

You can find the documentation for all of the upload methods here:

https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:FC13SwiftyDropbo...

You can use the 'mode' parameter to control the write mode, i.e., what to do when there is already a file at the destination path, etc.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

You can find the documentation for all of the upload methods here:

https://dropbox.github.io/SwiftyDropbox/api-docs/latest/Classes/FilesRoutes.html#/s:FC13SwiftyDropbo...

You can use the 'mode' parameter to control the write mode, i.e., what to do when there is already a file at the destination path, etc.

Need more support?