Get help with the Dropbox API from fellow developers and experts.
Hi im using the Javascript API to grab a few thumbnails for images in my app folder however wehn i grab the thumbnail for a png with transparency / alpha the transparent part shows as white in the thumbnail this is the method i am using to get the thumbs…
import dropbox box = dropbox.Dropbox(oauth2_refresh_token=<Refresh_Token>, app_key=<app_key>, app_secret=<app_secret>) With logging info able to see the following message: ``` INFO : Refreshing access token. ``` Later while trying to fetch the metadata using the following command: ```box.files_get_metadata(<File_name>)```…
I notice there is an option to use writemode mode=dropbox.files.WriteMode.overwrite when using uploading API ( dbx.files_upload() ), but there is no option for copying/moving file api. Can we add that? I'm using Python SDK: dbx.files_move_v2()dbx.files_copy_v2() and have been writing many boilerplates to handle file…
Dear support, since 20th May we have started to encounter random failures when invoking `DropboxClient.Files.ListFolderAsync` function, see the following stacktrace: Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.at…
I built an app using Dropbox's python SDK and Dropbox app console. My app doesn't run 24/7, hence I use ngrok to connect to Dropbox's webhook. The issue is the link for webhook is different every time I turn it on, so I need to add it manually. Not a big deal, but the app's configuration: "refresh_token", ..etc.. is…
This was working perfectly fine a few days ago when I was testing integration with aibrush.art. Now when my app makes requests for any files ending in .webp or .png, a 409 response is returned with no payload. If I download the corresponding .json file with image metadata, it downloads with no problem. Seems like an api…
I have a Dropbox App in development. It needs to upload and download files for a given client account. This account is not my account that files are being uploaded and dowloaded to, it's the client(s) account. I see that if the App is in production a Dropbox user can give access to the App. However, as stated, my App is in…
When I access any folder with a parenthesis in the folder name, I get an error that the path doesn't exist. I assume it is a url encoding problem, but when I encode the URL it only encodes the spaces in the path and not the parentheses. Also encoding the URL makes the path of any other folder name fail. Is there a work…
When I preview a document in my browser, I am able to click Workflows -> Save As -> PDF to convert the file to an appropriate extension (in this case, I am trying to convert a .tif file to a .pdf so I can preview all pages). Is it possible to run that Save As workflow programmatically? Is there any API I can hook into?…
Recently, I added a new folder named "App" to my Dropbox account and uploaded some files, including "addressable" files. After doing so, I obtained all the necessary data (key, secret, and token through the provided link) Initially, everything was working smoothly, and all files were being downloaded correctly without any…
It looks like you're new here. Sign in or register to get started.