Get help with the Dropbox API from fellow developers and experts.
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:…
Hi, We're using dropbox create_folder_v2 api to upload folders, and there are 1.4 million folders to upload. However, recently, it keeps getting 429 too_many_write_operations error without giving the Retry-After value, and we don't know how to control the upload rate. According to the performance guide, it should responds…
unable to list any folder via access token1. 'files.metadata.read' is checked in permission tab2. access_token re-generated after step1.3. if i refresh the page, Permission\'files.metadata.read' is unchecked????? dbx=Dropbox(access_token)dbx.files_list_folder('') Error in call to API function "files/list_folder": Your app…
It looks like you're new here. Sign in or register to get started.