Get help with the Dropbox API from fellow developers and experts.
Hi, I'm considering Dropbox Business with the Advanced Plan for my online data analysis startup. The idea is to use dropbox storage & download as a backend to my online service, not exposing the dropbox UI / apps to my customers. The recent policy change (23/8) limits the advanced plan to 5TB/"user". My business needs N…
Hello, I faced many issues in generating access token First, I have here access code generated <REDACTED> Second trying to execute this curl : curl https://api.dropbox.com/oauth2/token \ -d code=<REDACTED> \ -d grant_type=authorization_code \ -d redirect_uri=https://api.dropbox.com/oauth2/token \ -u <REDACTED> It prints…
Clicking the "Generate" button only produces the 'sl' prefixed tokens that expire. how do I activate the standard token generation?
When i load oauth2 login api /oauth2/authorize using webview on android https://www.dropbox.com/oauth2/authorize?client_id=qXXXXXXXXXXXXXXXX5&response_type=code&token_access_type=offline&redirect_uri=https://wxx.xxxxxx.com/xxxxplusxxxxxxx/filemanager/&state=SXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXy6mvLyb Then the…
I am stuck in getting the url from sharing_get_shared_links? Been trying all day with no success. I had no issue with the create_link but that also returns a slew of data which it has the url but much more complex than the get_shared_link. Help please, stuck in the mud. shared_link_metadata =…
I have read in this answer about the difference of Team Folder and Shared Workspace. It is states that Shared Workspace is a newer feature. I see that when I fetch https://api.dropboxapi.com/2/team/namespaces/list I receive only one namespace with the team_folder tag:…
Using Python, I am trying to download pictures from my dropbox app but I run into the following error message "Error downloading file from Dropbox: [Errno 13] Permission denied:" Here is my code: import dropboxACCESS_TOKEN = "MY SECRET TOKEN"dropbox_folder_path = r"my_dbx_folder_path"local_download_path =…
i am using 2/sharing/list_shared_links endpoint after a few round of receiving a cursor and using it i got the error { "error_summary": "path/not_found/...", "error": { ".tag": "path", "path": { ".tag": "not_found" } } }
Scopes used for OpenID Connect. At this time, team-scoped apps cannot request OpenID Connect scopes. OpenID scopes must be explicity set in the "scope" parameter on /oauth2/authorize to be requested.
Hello, I am trying to download an image from dropbox api in react native. I am getting a success code: '200' and the response says that it is ok. I have included some of the javascript code below: const response = await fetch('https://content.dropboxapi.com/2/files/download', { method: 'POST', headers: { Authorization:…
It looks like you're new here. Sign in or register to get started.