Get help with the Dropbox API from fellow developers and experts.
Hi, i'm having problems when deploying my integration to my QA environment, i have already tested it in development and everything was right but i'm getting a totally different response in the route /oauth2/token then what i was receiving during my tests. The app environments are the same and the code too, so i'm lost over…
Hello Forum Members, I have a project where I receive public URLs of files, and I need to save these files to a specific folder structure in Dropbox. The folder structure in Dropbox should be organized as follows: Parent > Year (dynamic) > Month (dynamic) > Number tokens (dynamic). I'm wondering if it's possible to achieve…
Hi, Trying to integrate odoo to dropbox and getting below error. HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/files/upload (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2426)'))) What can we do about this? How to resolve this error?…
I am renaming a folder via https://api.dropboxapi.com/2/files/move_batch_v2 (using that to avoid"lock contention"). And I am getting this returned: {".tag": "async_job_id", "async_job_id": "dbjid:AADB5ZMuOs7nIAy6oJ2NYg0MkdhI6nlw_Kb5bfLyb7LxBS1x_e5JfQuktSrgq7kXjKxbPFwHIly3aWR2YWt0BXqt"} What is this? I am expecting to see…
Hi, I'm trying to upload some data to dropbox through Api with Filemaker, the data is uploaded but it's saved on the root path instead of the Dropbox Path I'm sending. JSONSetElement ( "{}" ; [ "documentID" ; dropbox__DOCUMENT__dropboxID__cre::__kptID ; JSONString ] ; [ "documentName" ;…
Hi, I have done concurrent upload in chunks. My code is fine, and doesn't have any errors. But when I download them, I can't open them My code : My file has been uploaded to dropbox: And I can't open it when I download it:
We have been seeing the following 409 error recently on multiple customers where get_metadata fails with 409 path/not found. But later when diagnosing the problem the same call works fine. Is there a possibility that this API call fail soon(like couple of minutes) after the file uploaded. curl -X POST \…
Hi, I have uploaded pdf file using upload dropbox api..Pdf uploaded successfully.But Attached image not showing in uploaded pdf..
Hi there, I setup a basic OAuth2 client app against Dropbox, added features like file upload, download, and also wired up the webhook. I am getting the POST notification event every-time a new file or folder is being created and also anytime the user is making changes in the file's content, updating the existing file. I…
Is there a way to view all tags on the account via API? I see https://api.dropboxapi.com/2/files/tags/get ... but for this you need paths to items. I want all tags for all folders or files. Is that possible?
It looks like you're new here. Sign in or register to get started.