Get help with the Dropbox API from fellow developers and experts.
When we stream or request these URLs concurrently in bulk on our platform, they occasionally return HTML content instead of the expected image buffer. With the new content-type verification feature we introduced for files to be uploaded, the validation fails when Dropbox returns HTML instead of an image or binary file.…
I have a question about the "/create_folder" API. According to your API reference, the "path_lower" field in the response body is optional. Are there any situations in which the response body does not include "path_lower" even when the status code is 200? If so, could you please specify the scenarios in which this occurs?…
I built a small app just to process my receipts. Is there a way to have tokens that don't expire or a work around? Thanks
I'm getting an error when attempting to create a shared link from a file that was just uploaded. The upload works fine, but I get the following error message. AuthError('missing_scope', TokenScopeError(required_scope='sharing.write')) I checked the scope through the App Console and sharing.write is checked, and…
I'm building a client portal so my clients can manage their videos. I've set up a page to embed a video so they can review it, and the player embeds just fine. However, the video itself is pushed off to the right inside the player, so there's a big blank space to the left, and the right 30% of the video is outside of the…
Hi, A simple telnet to 162.125.11.19 (api.dropboxapi.com) on port 443 from my OVH server in Australia fails randomly. Ping is always ok. Here is a part of the traceroute: 10 10.200.6.135 (10.200.6.135) 145.994 ms lax-la1-bb1-a9.ca.us (142.44.208.198) 147.296 ms 10.200.6.137 (10.200.6.137) 143.052 ms 11 10.200.6.135…
Hello Dropbox Support Team, I’m encountering an issue where attempting to programmatically download files flagged as potentially malicious by Dropbox fails. Specifically, when modifying the shared link from dl=0 to dl=1, the link returns an HTML error page instead of allowing the file to be downloaded directly. Here is an…
I'm implementing the pkce flow correctly, I'm creating a dropbox object and adding the app key and refresh token, but when trying to use the check app method it will throw an exception with the error "Error in call to API function "check/app": Invalid authorization value in HTTP header/URL parameter", adding the app secret…
I have a valid app_key, app_secret, and refresh_token and I'm trying to call the check_and_refresh_access_token function in the Dropbox API for Python. Here is the code... def refresh_dropbox_token(app_key, app_secret, refresh_token): dbx = dropbox.Dropbox( oauth2_refresh_token=refresh_token, app_key=app_key,…
Hi, Using the web console I can create a file request for a folder inside our team root folder. However when using the API for file requests (using team scoped token and specifying the header "Dropbox-API-Select-User") the file request gets created but the destination folder is using a subfolder of the user's own folder…
It looks like you're new here. Sign in or register to get started.