-
Intermittent 400 errors with message "could not decode input as JSON"
Hi there, I'm using Dropbox Java SDK v3.0.11 and recently have been encountering intermittent errors in some files v2 APIs. They are 400 errors with the following message: com.dropbox.core.BadRequestException: Error in call to API function "files/delete": request body: could not decode input as JSON I've seen it happen in…
-
1 million API calls/month for data transport partners for the Standard Dropbox
Could You please clarify what it means. Are only 1 million requests can be send to the Dropbox API (https://www.dropbox.com/developers/documentation/http/overview) from the my custom application? Had i understood not correctly maybe?
-
Sign-in stuck on my laptop - works perfectly on PC
Have downloaded a bunch of code updates to my laptop,which is currently connected to the same router as my PC (so minimal difference in IP address) and when I try to signin my app to Dropbox it is just stuck there (as I write this it's been more than 15 minutes, on my 2nd try). I confirmed still works on PC - signed in,…
-
Webhook verification failed
Hello! Webhook verification shows error message: Error: icate problem: unable to get local issuer certificate Request: GET https://app.astodi.com/webhook/dropbox ?challenge=d0noy1Ja1ce7uJsoF5kQwxwB3yzJgfCs3JiZr0z8I3I Response: X-Http-Reason: Connection established Response Body (First 256 bytes): (No response body) My…
-
Slow degradation of Performance Retrieving Files
Currently using version 4.9.4. Monitoring a Dropbox account every 30 seconds looking for new files. Files come in from multiple sources, usually only 128 bytes in size, but occasionally can be much larger - 5-10 megabytes. Everything works fine for hours, but after 12-16 hours it starts to see socket errors and slows down.…
-
Get specific preview urls for each document revisions.
Can You help me please? Can I get the previewUrl for the specific document revision from the API. I use the https://api.dropboxapi.com/2/files/list_revisions API for getting document revisions list, but id properties for each getted item are equal.…
-
How to get file link address from a sharable link programmatically
Hii. I am working on a web app using django. I was able to create a sharable link to a file but stuck at getting only the file address. My purpose is to add the url to an img tag in html. So in order to achieve that i need the image link address. So how can i get it. Thank you.
-
HTTP API and work with ZIP-archives
Hi. I wanted to know if it is possible to work with zip archives through HTTP API ? read one file from big archive, list files in subfolder and other? Aleksey. [email address removed by Moderators to align with our Community's Guidelines]
-
Reading programmatically several files from Dropbox business
Hi I want to read (or only reading is not possible, download) several files in different folders ,which is stored in a Dropbox buisiness account, programmatically in python. I were able to create an app and using Access Token download data when it was created in regular account, but when I select "Dropbox Business API"…
-
Disable challenge in Webhooks
Hi, I wanted to use a webhook to notify a Mattermost channel that a particular file has been edited in a Team folder in Dropbox Business. Issue is Mattermost implementation of Webhooks does not work with challenges. So I was wondering, is there a way to tell my dropbox App to NOT use a challenge when trying to connect to…
-
Buy new licenses programmatically
Hi, I searched the Business API endpoint and did not see any call to buy new licenses. I guess it is not feasible? I configured autoprovisionning in Azure AD so that new users are automatically added to Dropbox but it does not work if no License is available. So if I can't add licences programmatically, it means I must…
-
I have a question about oauth for authentication when using webhooks. Ideas?
Hi Team I know that dropbox uses oauth for authentication when accessing user accounts. Is that authentication is required everytime for webhook?? or it is used at once in the beginning??
-
How do i differentiating between deleted files and updated files.
When I rename a file or make any other changes to the file such as changing directory, etc, I am getting back two entries when I call list_folder/continue with the cursor. It is becoming difficult for me to differentiate the file changes from the deleted files. Also, the entry with the ".tag": "deleted" doesn't come with…
-
App isn't registered for correct URL scheme - Error
I am working with sync app called Ensembles that I am integrating with my app. Dropbox works fine with AppKey & AppSecret provide with the sync App. However, when registering my app and replacing the key and secret I am getting this error: 'DropboxSDK: unable to link; app isn't registered for correct URL scheme…
-
Image tagging which endpoint
Which http endpoint can I use to add tags to an image?
-
Business Endpoint - create a team folder
Hello folks, when I use the business endpoint to create a team folder (in the legacy configuration of Dropbox), the team folder is created but it is not displayed in the home page, only in the admin console. When I check it in the admin console, I can see no members linked to the team folder. So I checked the API reference…
-
webhooks
Hi Team As of now, dropbox webhooks is not supporting to get alerts/notifications when events happened in specific path. To achieve this either we can use one cursor and filter the entries with our required path, or we can use any third-party resources like aws eventbridge to handle this case. So it will be very great, if…
-
Upload image file using fetch in js
Hi All, I'm new to Dropbox API and I'm trying to upload image files from our website to dropbox using api. I'm using FETCH to POST data to dropbox and the file is uploading.However, the image is not getting loaded in dropbox. Below is code that I use: fetch('https://content.dropboxapi.com/2/files/upload', { method: 'post',…
-
How to upload file to DropBox folder that is accessible to others
I have a pretty simple requirement. I need to write c# code to upload a file to an existing DropBox folder (or even a new one if necessary) that others have access to so that the new file will also be in their dropbox folder on their windows machine (windows explorer). Per the documentation, I created an app and chose to…
-
filesListFolder slow
Hi, I use the Dropbox webhook to start a Javascript function I've written. It worked great the first few months when the folders just contained a few files. Now they contain approximately 200-250 files and it takes approximately 30 seconds to fetch all the files with filesListFolder function. This amount of time surely…
-
Typo in "Obsolete" attribute
The method declarations of both CreateFolderAsync(CreateFolderArg) and CreateFolderAsync(String, Boolean) are marked as obsolete: [Obsolete("This function is deprecated, please use CreateFolderAsync instead.")] public Task<FolderMetadata> CreateFolderAsync(CreateFolderArg createFolderArg); [Obsolete("This function is…
-
Getting 500s from team_log API
Hi, I'm running into an issue where making a request to the `team_log` endpoint succeeds if I specify a limit of 1 or 2 and no categories, but if I specify a limit of 3 or higher I get a 500. Successful request: ``` curl -vvv -X POST https://api.dropboxapi.com/2/team_log/get_events \ --header "Authorization: Bearer…
-
File id not found for update
I am testing some endpoints in the Dropbox API Explorer. Using the endpoint /get_metadata I get an id for a file like id: -x-m_bOc0rAAAAAAAAAA-A Now I want to use the endpoint /update Therefore the id is required. When I enter the id: -x-m_bOc0rAAAAAAAAAA-A I get the error, that no file is found with that id. What is the…
-
Team admin has no permission to delete_v2 files
For some reason, I am unable to find a way to delete files in a shared folder (team, business account). Sample request and response: curl -s -X POST https://api.dropboxapi.com/2/files/delete_v2 \ --header 'Authorization: Bearer whatever' \ --header 'Content-Type: application/json' \ --header 'Dropbox-API-Path-Root:…
-
App signout issue
Hi, Having issues with getting signed out in my app, so as to sign-in again with a different user (or simply prevent someone else from having unauthorised access due to still signed in). As far as I can see, you still don't have a signout method yet, and I've tried some of the things I've found suggested here to…
-
New folder path not found
Hello, I'm using curl to list subfolders like this which works great for folders that existed before my app was created: curl -X POST https://api.dropboxapi.com/2/files/list_folder --header "Authorization: Bearer <my bearer token>" --header "Content-Type: application/json" --data "{\"path\": \"/vendor photos/SAND DESERT…
-
webhook delta
Hi Team How to get what file path has been changed using webhooks in conjunction with list_folder/continue using deltas?? It will be very helpful if anyone posts sample json returned value from webhook notification using delta??? Thanks
-
Eror 409 Conflict on auth request on Java code
Hello i have such problem with request for getting OAuth 2.0 token with part of documentation"token from oauth 1.0 Have some code with request curl -X POST https://api.dropboxapi.com/2/auth/token/from_oauth1 \ --header "Authorization: Basic <my basic token>" \ --header "Content-Type: application/json" \ --data…
-
Team log events on download activities stopped arriving
I have few Dropbox Business Advanced Plans and I've noticed that team log events on download activities suddenly stopped arriving on several accounts, while events on all other activities arrive properly. I query the events using RestAPI with the following request: URL: https://api.dropboxapi.com/2/team_log/get_events…
-
empty response from copy api
https://api.dropboxapi.com/2/files/copy_v2 Two cases 1) id of files in both the input "from_path" and "to_path", 2) id of folder in "from_path" id of a file in "to_path". it gives EMPTY response, with 500 internal server error. can you provide a specific error message ?