Get help with the Dropbox API from fellow developers and experts.
When I use the file_upload api to upload a file by first opening it with: with open(temp_file_path, 'rb') as local_file: file_data_local = local_file.read() The file uploads to the correct place in dropbox. However, when I get my file from a post request and try to read it and pass it into file upload the contents of the…
Hi everybody! I'm using the iOS SDK installed with cocoapods to authorise a user in order to upload files to DB. This works, as long as the DB-App isn't installed on my device (the authorisation is then made via Safari). As soon as I install the DB-App and try to allow my app to use DB (in the DB-App), I'm getting an error…
Hello, I am running into an interesting issue when trying to copy a file from one shared folder to another. I was receiving a response that the file could not be found with the path I provided. I would get this error: { "error_summary": "from_lookup/not_found/..", "error": { ".tag": "from_lookup", "from_lookup": {…
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…
It looks like you're new here. Sign in or register to get started.