-
Using API and now it saves to assorted content folder?
Hi, I have been using the dropbox API to upload files. However why does it save to the Assorted Content folder now? I read about the file system migration, but I don't understand how to update back so it does not save the files to the Assorted Content folder. Any help? Thank you.
-
Batch Upload session in Mobile Browser Error
Hi, I have build an dropbox uploader in the web using the await dbx.filesUploadSessionStart and it works great in the desktop and mobile. However It causes an error in the mobile browser if we select the files only from google drive. This error happens only in the mobile browser. There is a TypeError, Failed to fetch…
-
Lookup Failed Error from Finish Batch
Hi I am using the below endpoints to upload files in the backend. https://content.dropboxapi.com/2/files/upload_session/start After getting the session id, I run all on the finish batch endpoint https://api.dropboxapi.com/2/files/upload_session/finish_batch_v2 However why am I getting this error ? "body": "{"entries":…