Get help with the Dropbox API from fellow developers and experts.
I can get an access token from the website at https://www.dropbox.com/developers/apps/info/****** for my server-based app. Those tokens seem to work for what I need, which is just to retrieve uploaded files and manage files in one directory. But those tokens seem to expire. How can I get a refresh token for this app? I…
Calling /team/log/get_events doesn't give me any data for my client past 2019, tried with multiple categories, no categories, and limiting by time. Using OAuth.
Am I right in thinking that the file request naming protocols cannot be controlled by API? At the moment, if we create a file request by API, it seems to default to "[File/Folder Name] [Uploader Name]". We can turn this off manually in the file request, but that's not practical as we create a lot of file requests via API.…
Hi. I am trying to integrate the Javascript API in my React.js project but it is really a headache to integrate because the documentation is not enough, I would need to know how to integrate Dropbox in my React.js project because Dropbox seems to me the best option for this. Thanks.
when I want to download a json file of 4,7MB the response is empty. I tried with the SDK using dbx.filesDownload({ path: file }) and with a HTTP request on 'https://content.dropboxapi.com/2/files/download'. In Fiddler I get the message: [Fiddler] ReadResponse() failed: The server did not return a complete response for this…
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" ;…
It looks like you're new here. Sign in or register to get started.