Get help with the Dropbox API from fellow developers and experts.
Hello Dropbox team, I probose to implement direct assess to a datase in dropbox via java dropbox api instead of overwrite the whole database-file. Therefore it would be possible that many users can make database operation concurrently. Kind regards Manfred
I created an App in Dropbox for API access, I am using a generated access token. When I set permissions in the app, those changes don't persist.
Currently trying to integrate dropbox into my weapp for an university project. But for some reason when clicking the implemented button to chose a file from dropbox i get this error window. And I can't add localhost as a choser domain for testing. Any ideas? Thanks in advance!
Hello! I created an application in python, but every day the access token is updated and the error Unable to refresh access token without refresh token and app key appears. How to make a long-term access token?
I used the Dropbox API to export file metadata, including titles, paths, created dates, and Dropbox links, into an Excel sheet for my employer. In my script, I enabled the "file.metadata.read", "sharing.write" and a few other .read permissions. However, the extracted links are "null" all the time. Below is my script…
I need to list down all folder without file & recursive as well. I use below API for that https://api.dropboxapi.com/2/files/list_folder 'path'=>'','recursive'=>true,'include_media_info'=>true,'include_mounted_folders'=>true,'include_property_groups'=>"folder"
Hello, I’m working with the Dropbox API and need to download files. However, I want to avoid having to specify the full path of the file every time I want to download it. Is there a simpler way to download files using the API, maybe by using just the file name or something similar? Thank you in advance!
Hi all, recently we've relaunched a new website: link removed However the Authorization process in Dropbox for a specific link link removed isn't working as intended. Here's how it works: However according to someone in our engineering team calling this url in dropbox does remove the trailing slash at the end leading of…
Hi! I ask for help in solving my problem. I have a Python script that runs on about 500 PCs. After running, each script writes a text file with a size of 60 bytes (approximately) and uploads it to my Dropbox folder. And I ran into such a problem that the created files can be uploaded to Dropbox indefinitely. Sometimes the…
I have a dropbox app that uploads documents to folders on behalf of users. When I tested it in production,I kept getting an insufficient_space error { "error_summary": "path/insufficient_space/", "error": {".tag": "path", "reason": {".tag": "insufficient_space"}, ... } Tried with two different dropbox user accounts and…
It looks like you're new here. Sign in or register to get started.