-
Need API to Get Configured Webhook URIs status and re-enable it automatically if status is disabled
Hello Team, We have configured the Webhook URIs in the Dropbox console but the Webhook URIs get disabled automatically after uploading bulk files & folders present inside a root folder. Here we are uploading more than 300 files and folders. Please find the error log below: App Key: o85qk4ybsiz2g9d AppName: ILitigatePro…
-
createSharedLinkWithSettings returns email_not_verified
Hello, my iOS app allows to upload a file to a Dropbox account then to get shared link for this file. upload is going well but, with a few accounts, the request createSharedLinkWithSettings returns the error email_not_verified. What could be the issue ?
-
Scoped App (App Folder) and viewing files in explorer
Dear Sirs I have created a scoped app ( app folder ). I have uploaded some files to it. This seems to work fine. BUT now I would like to view the actual files in windows explorer. But my dropbox in windows explorer or the dropbox account don't see the new app folder. I feel I am missing something essential here, but what…
-
Query Dropbox API with `select_user` URL parameter
Hi there! So what I'm trying to do is query Dropbox using python's from dropbox import DropboxTeam's request_json_object API. I want to query the API path: files/list_folder. My request dictionary that I pass to the function is as following: request_json_object(dict( host='api', auth_type='team', route_style='rpc',…
-
How to get team root folder by SwiftyDropbox?
Hi Dropbox Forum, I want to get team root folder by SwiftyDropbox. but fail. this is what I do 1.Set .plist file 2.Set AppKey in AppDelegate DropboxClientsManager.setupWithAppKey("xxxxxxx") 3.authorization(use team account login) if let _ = DropboxClientsManager.authorizedTeamClient { DropboxClientsManager.unlinkClients()…
-
short-lived token expired
I'm updating my code to use dropbox-core-sdk-3.1.5 instead of dropbox-core-sdk-3.1.1. I've updated my app permission to use the short-lived access token in the Dropbox Console. When a user login into my app, she can connect her dropbox account, and the dropbox content is downloaded and shown. But after 4h, she must…
-
Oauth2 code short lived- how to implement correctly from B2B?
I am rewriting the old authorization code of my Windows service that communicates with Dropbox on behalf of a single, fixed user account. I have hit a snag. Usually I use the client credentials grant type when implementing a B2B oauth2 based interface where there is no user interaction, no web server. It seems like I am…
-
JAVA API Shared Link Access Denied
Hi, Have a JAVA application that uploads files to Dropbox, suddenly having a [Exception in 2/sharing/create_shared_link_with_settings: "access_denied" ] when trying to get the shared link. This error started 1-2 days ago. Upload works fine and file is visible from dropbox webpage This is the code that throws the error…
-
Need to add image through php code
I want to add image through my php code and get the the ling upload image is this possible
-
Re: Dropbox V2 APIs
Hey, So I have been looking into app authentication which can be found here. I was able to hit the APIs by using the Bearer token(OAuth token). But when I try the basic authentication using the App token base64(app_key:app_secret) in the header, I get the following error. Error in call to API function…
-
Re: Bad request (400) if made in my server
Hey! I am getting the same error when I try to get token through "https://api.dropboxapi.com/oauth2/token". It works in postman but when I try to access this route with header and request body with my node js website, it throws that error. I am not using Dropbox SDK for node. I am trying to replicate/learn from…
-
Paper Migration Questions
I needed some clarity on this page:https://www.dropbox.com/lp/developers/reference/paper-migration-guide#endpoint-mapping-paper-api-to-dropbox-api The following: This change will not affect existing Paper users so you can still use /paper/ endpoints to work with Paper docs created by existing Paper users. Your app can…
-
Problems downloading big size files (20 GB) from the API .NET
Hello. I'm trying to download some files from a couple of folders in dropbox, but when I try to download a couple of files that I have of about 20 gb, something strange happens. It appears that the file is downloaded correctly, but the file size in my local computer is about 13 gb, so the file it's corrupted. with 5gb…
-
/files/search deprecation and how it relates to the JavaScript SDK
Hey there, With regard to the deprecation of the /files/search endpoint, I'm curious how it relates to the JavaScript SDK. We're using an older verison of that SDK for our integration, and I'm wondering if we can just upgrade our version and have it use the /files/search_v2 endpoint. I know we're hitting /files/search from…
-
Embedded device Over the Air download fails
Hi, I have devices that have successfully been connecting to api.dropbox.com for several years for code download. Yesterday they started not being able to setup a socket connection to the server. Nothing has changed in the devices. The connection to the server is a normal part of the device startup and had been working…
-
JavaScript SDK for Dropbox API
So I have created an app on the app console. I downloaded the npm install for the javascript sdk and tried running the index.html file in the examples folder of the sdk but I cannot seen to access my files. Can I have an overview of the process and a short sample code to get me started.
-
How do I retrieve a file's URL after searching for it using search API call
Hi all, I'm needing to 1) search Dropbox for all files containing a string, and then 2) get the URLs for all of the files found. I've set up a Dropbox API call which searches Dropbox for files containing a certain string using https://api.dropboxapi.com/2/files/search_v2 So far so good, I'm getting a response with the…
-
This app is currently disabled.
Hi - I've been tasked with fixing our Dropbox integration that was setup by an old employee. We have a python app that uses a DROPBOX_TOKEN to access Dropbox over an API. We haven't used it in a while, and when I run it, I get: ``` "log": "dropbox.exceptions.BadInputError: BadInputError('e11b4c8672ac45359b85d7dc6e03ead2',…
-
Issue with overleaf app
Dear all, I am facing issue with synching dropbox updates to overleaf (overleaf to dropbox works fine). I have tried connected overleaf to another account which i just created and it works fine. I contacted overleaf and obviously it is an issue on dropbox side as indicated by theri support team. The following is the API:…
-
Uploading via /get_temporary_upload_link throws a 413 Payload Too Large error even for files <150MB
Hi! I am uploading files (smaller than 150MB) via the temporarily upload links generated via the /get_temporary_upload_link call. This all worked fine, but since a few days the POST upload call to the generated upload link (e.g. https://dl.dropboxusercontent.com/apitul/1/bNi....) is terminated with a 413 Payload Too Large…
-
Unable to access all files filepaths that exists in a folder through dropbox API using PHP, CURL
Hello, I am integrating the dropbox api on my website and I want to access the imagefile path to store through php with curl. I have used two endpoints for this. 1) https://api.dropboxapi.com/2/files/list_folder - To access all the filenames of the particular path mentioned in as a parameter.…
-
Allow Dropbox saver to upload file from roots
Hello i have discover this awesome saver from your service , that's working perfectly with an url but can i do this with a file from the roots of my website ? have a good day
-
Beginner question, Powershell, File download
Sorry, but I have only just started using API. I have built a Powershell script (with help) where from my folder (DropBox file downloads) Now I don't know if I did the token part correctly, I am on App console created an App, (App folder) and then on Generate Access token, (Access token expiration (no expiration) 1. i have…
-
How to get list of files recently modified within 24 hours through Dropbox API V2
Hi all, I have an scenario where I need to find out the recently modified files in a day through Dropbox API v2 in Java. Right now I am scanning through each and every file in the Dropbox through ListFolderBuilder to check the server modified date to find out whether the file has been modified. Is there any way I could…
-
Ability to link new users frozen at 0 linked users
Hi! I have just revisited an older app in the console and saw that currently the ability to add new users was frozen. As no reason was given, I migrated the permissions as this was somehow suggested. It did not help. I unlinked all existing users. It did not help. I am now getting a notification asking me to configure app…
-
Getting Started
I would like some assistance in getting started from the ground using a php and jquery environment (basic web stuff) to use Dropbox for some basic file upload/list/download. To date we have used a 3rd party sdk that had worked examples available via help pages and Youtube - making the learning curve less steep. Now, with…
-
Upload large file with Objective-C SDK always failed
Hi I used the method below to upload large files under MacOS BigSur - (DBBatchUploadTask *)batchUploadFiles:(NSDictionary<NSURL *, DBFILESCommitInfo *> *)fileUrlsToCommitInfo queue:(nullable NSOperationQueue *)queue progressBlock:(DBProgressBlock _Nullable)progressBlock…
-
Getting Streamable URL of Video using API v2 in web app
Getting Streamable URL of Video using API v2 in web app
-
Consistency of `continue` endpoint in v2 APIs
I've already touched upon this in my post about the search_v2 API, but I wanted to discuss this issue separately and in further detail. For our implementation of the Dropbox API, at Moodle we have a function which fetches results from an endpoint using supplied parameters, handles error checking of the response, and also…
-
DropBox Api,time out error
Hi I am getting error like this ,what can you suggest? cURL error 28: Failed to connect to api.dropboxapi.com port 443: Timed out (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)