Get help with the Dropbox API from fellow developers and experts.
Hi, I have an app that uses https://api.dropboxapi.com/2/files/save_url/save_url endpoint to save urls from my ecommerce store to my dropbox. It was working fine early on locally bu as soon as I have deployed my script and check the logs after execution then this endpoint returns me a async_job_id which I use to check job…
i have created android app and i add the API and the SDK to it to contact with my Dropbox app folder to automatically uploading photo but its tell me that the photo uploaded successfully but when i check the Dropbox app i cannot find any photo this is my app code included the authentication method that i used package…
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…
It looks like you're new here. Sign in or register to get started.