-
Http redirect url
Hi, I'm structuring my call via api with an http rest client, it just keeps giving me this answer even though the parameters all seem correct. I am attaching the post call and my app settings: POST…
-
Webhook Notification
Hi there, I have added a webhook URL to my account and it is verified with challenge param. I want track the activities of new folder is created, files added, deleted or moved but i am not getting any notification on that URL. Please help. Thanks
-
Generate Long-live access token for Oauth
Hi, I need to implement long-live token generation via c# code I found this reference https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/OAuthPKCE/Program.cs Unfortunately, this code returns token with the "sl." prefix, so it's short-lived access token. My main question is : does DropBox…
-
Webhook doesn't notify
Hi, I deployed my javascript lambda function on AWS. The function works great when using Postman. Also, when I add the link to my AWS function to the Webhook URI in my Dropbox App, it enables, meaning that the challenge is being accepted. Yet, when I add a new file to my Dropbox, it doesn't notify my function. Is there any…
-
Access Shared Folder with API
Hi Team, can any one please help me to get access in shared folder to extract the meta data like subfolder size and file count. I was unable to locate the shared folder through api always it says, lookup not found: Error: ApiError('e266db43b6334ae9bacaa86ee7c566b4', ListFolderError('path', LookupError('not_found', None)))…
-
Third party application won't open Dropbox.
A few weeks ago, I purchased the electronic edition of the 3rd volume of the GIA choral hymnal. Among the features in the software that accompanied the hymnal that I purchased, is a feature that allows users to import music from their Dropbox accounts. I was delighted. I used the feature, and it worked without incident.…
-
Obtain preview_url from list_folder
Hello support, The reference documentation states that the https://api.dropboxapi.com/2/files/list_folder call returns entries that are an array of "List of (Metadata)..." Both the FileMetadata and the FolderMetadata are said to contain the parameter called "preview_url" (see screenshot) but it says that this field is…
-
com.dropbox.core.NetworkIOException: api.dropboxapi.com
hello, I am making a file download by link using getSharedLinkFile method. "com.dropbox.core.NetworkIOException: api.dropboxapi.com" but i am getting this error For reference, our company is blocking the firewall, and the following domains are allowed to access. "https://www.dropbox.com" Please check quickly. Thank you!
-
Error 400 using download link from embedded code
I have an embedded piece of code that once upon a time worked before TLS v1 was deprecated. Note the URL download link in the subject line above was modified to protect the file. The unmodified link works fine with Chrome and Edge as the client. I have been trying to modify the code in my embedded application to use TLS…
-
Create a New app on the dbx platform error
<!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Dropbox - 403</title> <link href="https://cfl.dropboxstatic.com/static/metaserver/static/css/error.css" rel="stylesheet" type="text/css"/> <link…
-
File lock
Hi, We Created an Dropbox App that is installed in my clients dropbox. They are assigned to my app. this app is creating a csv file inside some directory that is automatically created. This folder in shared amond other users with edit permisions. My App needs to write to this csv file, but I get the following error on my…
-
How can i get an acces token without a login?
why am I using Dropbox? I´m developing a project with react. It's pretty simple, just a form where ussers send a pdf file. The thing I want to do is just that the ussers send their file and its uploaded to my dropbox account in its app folder. what im having trouble with: I were testing with the generated token in app…
-
Limit of Redirect URIs and Chooser / Saver / Embedder domains
I am going to use the Chooser component for my application. I want to ask that is there any limit over the redirect uri and Chooser domains. As we are having users who can have separate domain uri so how many domains can be whitelisted?
-
How to get token access into dropbox without it expiring (or copy .httr-oauth file)
I'd like to use dropbox as a remote storage center for some text files created by a deployed Shiny app. I need web users to be able to submit to a form which writes these files back to dropbox. In RStudio, I installed rdrop2, but I'm having trouble getting permanent remote access in the account which I set up for the…
-
Access Shared folder in Drop Box
I need assistance with making an API call to extract a report from a Dropbox shared folder. The objective is to retrieve the folder structure along with specific metadata such as the file count, folder size, created date, and last modified date. Could you kindly provide the precise API call required for this task? I am…
-
Restore Folder
How can we restore a dropbox folder using java api?
-
Questions about the usage limit of a refresh token (and access tokens)
I'm attempting to develop an application that uses the Dropbox API in python on the background (that means that the users won't know I'm using this api). The application is a control system framework, and I'm just using the API to store global settings for all instances of the application (the goal here is to make this…
-
How to automate keeping track of images being uploaded and resize them (24/7).
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…
-
Can I create a shared link that requires login?
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…
-
Adding dropbox library to layer causes lambda timeout
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…
-
Dropbpox API returns no response or 503 errors
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.
-
why is FolderId / SharedParentFolderId null or just missing for FileMetadata retrievals?
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()…
-
oauth 2.0 and generating access token and refresh token using a headless browser
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.
-
Dropbox embedder
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
-
Dropbox upload on a device only with max 600kb/s. (Upload)
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…
-
Change of Certification
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…
-
missing scope files.metadata.read
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…
-
OutOfMemoryError uploading large file from API V2 - Java
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…
-
if app is in development mode, does the refresh token will expire ?
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…
-
Upload file to sharing folder using Python Package
I want to figure out how I can upload a file to sharing folder. I have tried following code to upload a file to dropbox. Rather than uploading the file to shared folder "Reports", it uploaded it to my "userfolder/Reports" I tried various options but nothing worked out. I was able to get the shared folder id for the shared…