-
Dropbox invalid redirect_uri, must be an absolute uri
My app (Xamarin Forms) used to work with the Dropbox API authorisation but now it is showing me an error "invalid redirect_uri, must be an absolute uri". This started happening, probably after I upgraded the Visual Studio/Xamarin nuget package for Dropbox.Api to 4.8.0 from 4.7.0. Absolutely, nothing else in the code for…
-
Speed block when scanning multiple folders
Hello, For the latest version of our app, we changed the file format, and ever since doing so, Dropbox sync has slowed significantly. I'm wondering if there is anything I can do about this. Some background: - Our app uses a "file package" format - that is, each project created in the app creates a folder full of files and…
-
Upload serialized object
I am using the Dropbox JS SDK in Cordova. Before upload, I am using msgpack-lite to serialize the object and storing it in a file.bin path. But when I download it, instead of a UInt8Array object it is actually showing the raw file contents. The actual data. Why is that? Because of which I can't decode the blob with msgpack…
-
reconstitute file tree structure from list_folder recursive response
Hi, I am using the list_folder endpoint with the recursive arg. I am looking for a way (in javascript) to take the results and create an object that is organized into the nested file tree structure one would see while interacting with Dropbox. I am not from a CS background and may be unaware of a good algorithm for this,…
-
Migration from v1 to v2 API - automatic token upgrade
Hi I'm wondering about the call to https://api.dropbox.com/1/oauth2/token_from_oauth1 to automatically upgrade a user's token from the v1 to the v2 api. I have this working well in my app and from the user's point of view the upgrade is seamless. Is this upgrade endpoint going to stop working too towards the end of June…
-
Delete or Expire Existing Shared Links
Hi, I have been testing the create_shared_link_with_settings endpoint, but have now been instructed to make them expire very quickly. Problem is - I don't have access to my company's actual dropbox account, so I am wondering what the best way would be to delete the shared links I have created during testing so that they…
-
Keep getting new access token
I can successfully authenticate Dropbox in my Phonegap app the first time, but I keep getting a new one if the button is pressed again, why is that? Shouldn't it return the same token again? And there is a blank screen which appears. I have seen many dirty solution to change the inappbrowser.js code itself. this is…
-
Got a token, but still no go on uploading
I am using a webviewer (a control object on a FileMaker layout that acts like a browser) in my FileMaker solution to allow my users to interact with Dropbox and my app. I'm not sure if the problems I'm having are related to me being the app owner and then trying to act as another user, so I am describing everything here…
-
Can't get path with `ns:` prefix to work in /2/files/list_folder
I'm trying to get rclone to work with dropbox business accounts. I read in the documentation that I should be able to use a `ns:1234` prefix on paths to view listings. Here is a curl example I constructed following the documentation which doesn't seem to work: $ curl -X POST -H 'Content-Type: application/json' \ --header…
-
All file names and meta data
Does anyone know how I can get a list of every single file I have in my dropbox and it's respective metadata for each file, e.g. file size, file type etc? Managed to get the list of the top directory with the folder names and the files there, but I'm looking for a list of every individual file in it.
-
Folder download
Per https://www.dropbox.com/help/desktop-web/download-entire-folders I can download any folder through the dropbox web interface. How can I do this via the API? I'm guessing the web client uses some form of API for this so this should be doable from scripts as well? Thanks
-
Getting started - authorizing
My app id is (for example) xxxxxxxxxxx Why doesn't this URL, pasted into my browser, take me to the page to let me authorize my app? https://www.dropbox.com/oauth2/authorize?client_id = xxxxxxxxxxx am I missing quotes? I tried this as well: https://www.dropbox.com/oauth2/authorize?client_id = "xxxxxxxxxxx" I know I am…
-
How to get OAuth 2.0 token
How do I get an OAuth 2.0 token with the account I created app without login?
-
Calling ListFolder with id
Hi Team, I try to list folder with the following path format : id:XXXXXXXXXX It returns the following unless the folder does exist (I get the id from a previous list folder call, witch gives me subfolder list)... Call details : curl -X POST https://api.dropboxapi.com/2/files/list_folder \ --header 'Authorization: Bearer…
-
Encoding type error with Dropbox Saver
I'm using Dropbox Saver to upload mp4 files to my dropbox. When I call the Dropbox.save() method, I get this error: "Error downloading https://dev.rocketium.com/videos/5640531e7e119dcc577857b0/resized/that-sea-the-gambler_1526882073332.mp4. ed content encoding type. libcurl understands deflate, gzip content encodings." How…
-
Copying files FROM Dropbox to my Android app
Hi all. I'm new to the DropBox SDK so please forgive if I ask a question that has been asked many times. I did do a search on the site but could not find anything like what I'm attempting to do. I want to store a directory of photos (PNGs) on a DropBox folder. I'm writing an Android app using Android Studio (Gradle) that…
-
API secret in dropbox.oauth.DropboxOAuth2FlowNoRedirect and redistribution
Hi, I am writing a simple app in the form of a python script which follows the OAuth2 procedure for the user to link and use their own account. Now, the DropboxOAuth2FlowNoRedirect() method requires both the app key *and* secret to be passed and I can't seem to reconciliate this with replies to similar questions, where it…
-
Upload File Api
Hey guys, I'm getting a pdf content and want to upload it in my dropbox with the API. When i'm sending the request with the /upload method, i'm getting no response from dropbox ... Can you please help on that ? Here is my code : HttpRequest req = new HttpRequest();…
-
Download one file in ASP.net VB
Good day all I'm really sorry if this question has been asked before, I have searched a lot without success. I want to download one file from my own account using ASP.net, but using VB (not C#). I have downloaded the V2 API package PM> Install-Package Dropbox.Api I have tried without using the above SDK using this code.…
-
Security(Encryption) with Official Objective-C SDK for the Dropbox API v2
Hello, I would like to know how is encrypted data during uploading from iOS device to Dropbox using "Official Objective-C SDK for the Dropbox API v2". What the security methods are used? Thanks in advance.
-
Not receiving responses
Hi, I'm new with the Api of DropBox in general. Right now I'm trying to integrate the api on my iOS app. I followed this steps I managed to get it working on Xcode Version 9.2 with Swift 3.2. I have already signIn with my user and created a folder just as the examples says. What I really want to do is to get the user files…
-
NodeJS NPM Module
Anyone know any good NPM modules that can Upload content, read the content of, and overwrite files?
-
Generate links and passwords with Python
Hi, I am looking to generate shared links with individual passwords for a lot of folders in one directory in Dropbox. Could you please give me some starter code or point me to more information for doing this? Basically I would like to be able to loop through all the folder in a directoy, generate a share link for each with…
-
Reinstalling new Dropbox code for iOS.
My iOS app did use Dropbox. I downloaded new version and compiled with XCode. Architecture issues. Can I simply move ObjectiveDropboxOfficial.framework and headers into my app and use it?
-
v2 API
Hi Dropbox Team, I am trying, using Dropbox API, to access my files in Dropbox. I have already done it with Dropbox API v1 and now I would like to do it with v2. For this reason, I performed as following:- 1) As suggested, I downloaded the new DropBox-SDK from here:- https://github.com/dropbox/dropbox-sdk-java 2) I run the…
-
list_folder API not starting from beginning of directory
I'm building a mobile app for viewing the /Camera Uploads path and for whatever reason the initial query does not start from the beginning of the directory. To explain more, my /Camera Uploads files go back as far as 2010, yet the list_folder starts returning entries from 2013 and skips the first 500 or so photos. I even…
-
dbxcli get with spaces in filename
I want to `get` files that have spaces in the filename. $ dbxcli ls /humility/_dataRawUnprocessed /humility/_dataRawUnprocessed/RWQ raw /humility/_dataRawUnprocessed/XYZ raw csv /humility/_dataRawUnprocessed/ABC raw pdf /humility/_dataRawUnprocessed/QWR raw csv /humility/_dataRawUnprocessed/readme.txt But it doesn't work.…
-
Path Not Found Error
I'm trying to download a simple file from a Dropbox for a rather large C# program I am developing. My file path for the file in the dropbox is: "C://Users//xxxx//Dropbox (MAD treat)//C#//Sweetners.docx" I've also tried to get this to work by placing the file just in the dropbox: "C://Users//xxxx//Dropbox (MAD…
-
dbxcli: can’t put to a folder
Here is the directory structure humility@TNT ~/client/project: dbxcli ls /Photos /Public /Apps /humility /Getting Started.pdf There is no TODO.txt in there… humility@TNT ~/client/project: dbxcli ls /humility /humility/_results /humility/_dataRawUnprocessed /humility/_dataProcessed /humility/_rScripts /humility/plots…
-
Bad request "this app is not valid"
i am developer, i intergrate dropbox api in my app, it works fine until today i checked casually, my app user cant get access dropbox from my app, it says, This app is not valid. what can i do ?