Get help with the Dropbox API from fellow developers and experts.
Our subscription payment failed and I just purchased it. Now we get 500 internal server errors using API https://api.dropboxapi.com/2/sharing/create_shared_link with Bearer token Authorization. It is working properly on old files but when we upload a new file it gives an error. PLEASE FIX IT ASAP.
hello, When I use batch operation like Create folder in batch The operation perform but it show this kind of error Indivisual operation like Create folder, Copy File is working fine and give the JSON also but in Batch operation this error Cannot convert to JSON, detail: Invalid tag: required Tag.COMPLETE, but was…
I'm trying to search files in a folder based on file tag, python SDK, yet encountering an error when trying to use my folder path: from dropbox.files import SearchOptions# search_op = SearchOptions() # this works but gives me everything from master foldersearch_op = SearchOptions(path="/Thang…
After rename folder in Dropbox.Dropbox 2/files/list_folder/continue api give response that indicate old folder and it's all sub-folder deleted and folder with new name and all old sub-folder with new path created. For example: 1. Have folder name 'contract test sub category 1' that have sub-folder named 'contract test sub…
Hi there, I am developing an integration with Dropbox and using Java SDK. While adding the webhooks based event notification functionality, I couldn't find the POJOS out of the SDK representing these. I could see this com.dropbox.core.v2.webhooks.DropboxWebhookEvent on internet, but couldn't spot the same in SDK, please…
So ihave a bussines teams folder inside i have some .mdb file that want to download automatic, but the problem is that i cant access to the bussines folder so i created a shared link shared_link = dropbox.files.SharedLink(url=url) for entry in dbx.files_list_folder(path='', shared_link=shared_link).entries: if…
Hello, New to Dropbox API. I can create folders and files, but when I try to list the contents of a folder, I get an error message. I'm particularly interested in getting the contents of the root folder, but for now, I'm just trying to test it with a specific folder I have. I'm…
Hi, I'd like to integrate Dropbox deeply into a web app, and one of the biggest required features is to be able to view the contents of the file in a HTML frame, much like the corrent dropbox.com does when you click to view a file in the browser, and you see the comments on the side as well. Being able to retrieve and list…
There has been an update in Dropbox and also in the API somewhere in the last week. I have a Python script to retrieve the content of a Dropbox folder and it is not working anymore. The call was just as simple as: - dbx: the active connection to Dropbox (this is still working correct) - folder_path: the directory in which…
Hi I want to create a directory from a C# program in Dropbox. When I run this from my desktop PC everything works perfectly. As soon as I run the program from my laptop I get the error message: Dropbox.Api.BadInputException: "Error in call to API function "files/create_folder_v2": Your app is not permitted to access this…
It looks like you're new here. Sign in or register to get started.