Get help with the Dropbox API from fellow developers and experts.
Hi, I'm seeing weird intermittent behaviour from the search_v2 endpoint. It seems to return the server_modified of the oldest file in the search result for every single file. For example: Here's a query: curl -X POST https://api.dropboxapi.com/2/files/search_v2 \ --header 'Authorization: Bearer TOKEN_REMOVED' \ --header…
Hi, Useful informations - Using VB.Net with Dropbox.API SDK 6.37 The problem Using the methods ListFolderAsync and ListFolderContinueAsync, I'm unable to fetch shared folders when folders are shared with a team you are part of, but you are able to retrieve folders when they are directly shared with you. Am I doing…
Hello everyone I met an issue with the Dropbox access token when I generated it on the Dropbox console app and used it in setting.py like this. MEDIA_URL = '/media/' MEDIA_ROOT = BASE_DIR / 'Media' # Store media files in Dropbox DROPBOX_ACCESS_TOKEN = '<My_token>' STORAGES = { "default": { "BACKEND":…
I am using /list_folders and /list_folders/continue to create a paginated file gallery in my Web application. I want to make any page in this gallery shareable, for example I want to share page 3 of the gallery with someone. To achieve this you can put the cursor from the list_folder endpoints in the URL so the person you…
I was wondering if you have any concrete plans to open the Dropbox OCR to app developers either via an API or an SDK.
I work at a screen printing company, and we are building a design library app to display our designs to users. The images of the designs are stored in our Dropbox account. I have already set up my Dropbox app from the App Console and have successfully retrieved some image links using the API. However, the next day, the…
Hello Forum Members, I have a project where I receive public URLs of files, and I save these files to a specific folder structure in Dropbox In my Dropbox account only. I'm using https://www.dropbox.com/developers/documentation/http/documentation#files-save_url to achieve this using the Dropbox API. Currently, I am able to…
I have an container-based AWS Lambda that reads from S3 and writes to Dropbox. It has worked for months and it quit working on Saturday (2023-11-17) morning. Given two folders and paths * My Team/folder01/folder02 * Some User # person that created the token using python, when I call files_upload(b'data', 'My…
hello! When I used this API to perform operation https://api.dropboxapi.com/2/files/get_file_lock_batch It show this error Cannot convert to JSON, detail: Invalid tag: required Tag.SINGLE_USER, but was Tag.UNLOCKED (through reference chain:…
I am getting error related to Dropbox authentication when I'm trying to authenticate from salesforce named credentials. The error is- Error (400) It seems the app you were using submitted a bad request. If you would like to report this error to the app's developer, include the information below. More details for…
It looks like you're new here. Sign in or register to get started.