Get help with the Dropbox API from fellow developers and experts.
Hi guys, My company uploads images daily and needs an automated image resizer running 24/7. I'm getting stuck on building this functionality via Dropbox's webhook. My idea is to host a web server that will receive a notification whenever somebody uploads an image and resize them in the back end. My problem is I can't seem…
Hi, I'm attempting to programmatically create a list of a shared folders content, with links attached to each file. Each link should point to the file on dropbox, where the user would have to log in and, if they have access to the file, be able to view and edit it. After reading the docs, I thought I could achieve this…
Hello, I'm having an issue adding dropbox to the Python layer I use in my lambda function. The code works fine locally but when I add the library to my layer the lambda just times out. Locally I use Windows 11 and Python 3.9, my lambda is set to use Python 3.9. As I have been troubleshooting, here are some details that…
Our call to drobox API on https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue is sometimes fails with no response or 503 error like below.
static void Main(string[] args) { DropboxClientConfig config = new DropboxClientConfig { MaxRetriesOnError = 0 }; DropboxClient dropboxClient = new DropboxClient(AccessToken.ValidToken, config); var result = dropboxClient.Files.ListFolderAsync("").Result; var folderMetadata = result.Entries.Where(e => e.IsFolder).First()…
is it possible to use a headless browser to sign in to your dropbox via my app and request a access token and refresh token? i'm using powershell with selenium and headless edge browser.
Hi, i'm using the new dropbox embedder. I've made the folder as shared folder. But inside the folders, I have also sub folders. The issue is the sub folders cannot be accessed. How to fix this ? Error message: Owner hasn’t granted you access to this link
Hello everyone, We are experiencing a small problem with uploading to Dropbox via API on one of our servers since Saturday. The server's upload speed reaches a maximum of 600 kb/s using Rclone and Duplicati, but mostly stays around 200 kb/s. We have been using Dropbox for several months without any such issues before. We…
Hi, We are using Dropbox API to download firmware updates to our devices. I understand that there has been a recent change with the certification of your servers. This change causes our update process to fail as we are not using a different certificate. We have been using DigiCert High Assurance EV Root CA to connect…
Hi, I'm using the Java SDK and I have enabled files.metadata.read in my oermissions, see screenshot. However in my Java code I see: com.dropbox.core.InvalidAccessTokenException: {"error_summary": "missing_scope/.", "error": {".tag": "missing_scope", "required_scope": "files.metadata.read"}} What am I missing? In addition I…
It looks like you're new here. Sign in or register to get started.