Get help with the Dropbox API from fellow developers and experts.
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…
Hi everyone, I'm trying to upload a ".dump" file (size 3gb) from Java to my Dropbox application, but I've an error because the max size is 150mb. I'm not finding any examples online, how can I fix that? Following my code: public static FileMetadata uploadDBDump(SuiteConfiguration suiteConfiguration, MultipartFile…
i created an app in and successfully integrated dropbox in pwa and uploaded content too to dropbox but as a part of testing i intensionally not used app for one month and checked again after one month, then access_token failed to generate from refresh_token, will this be resolved if i turn app to production mode, please…
It looks like you're new here. Sign in or register to get started.