-
uploadURL unrecognized selector
I'm trying to upload my app's old Dropbox support to the newest SDK. Has uploadURL been killed? All I see is "upload" -- but there's no argument for the source file, so how do you use it? Some examples for how to use this stuff would be nice. DBRoulette is kind of useless for most purposes. EDIT: Ok I managed to find an…
-
iOS Objective C. up/download URL.
I can't seem to get the right response block for these. A little Help? Also one parameter is labeled as a URL but takes a string, which I assume is a path. Your web page examples on file transfers are in sore need of being updated.
-
How to get the root folder name of dropbox account through API?
How to get the root folder name of dropbox account through API? I can see for basic account it is "Dropbox". When i link it to team account, its "Personal". For team accounts the name is something else, can i get this info in API?
-
Download error - path not found (.NET)
My dropbox business account has the following: Folder A - My Personal User Folder Folder B - Dropbox business team folder (Let's call this "TestTeam") And .txt files named test.txt, one in each folder (Folder A, Folder B, and the root "TestTeam") My Dropbox app is a Dropbox API app with Full Dropbox permission. Using…
-
How to Manage Multiple Dropbox accounts on one PC
I am using Dropbox API to integrate Dropbox features in one of my developing windows application. Now the scenario is like, I have one business account and one private account configured in my computer. Now I want to develop a feature which can get a list of dropbox accounts configured in a computer so that application can…
-
"Download error: Dropbox API error 0 from GET"
I am trying to upload files using the Download from Chrome app. Ordinarily, to download this file I would click a file, it would open in a new tab, and start downloading: I am trying to circumvent this process and upload directly to Dropbox because I lack the hard drive space to download these files. I am getting this…
-
Dropbox SDK windows, redirect to localhost after successful authorization issue
Using DropboxOAuth2Helper and samples from Dropbox SDK for Windows, I had successfully implemented authorization (and I get valid access token). Part of this process is redirection to localhost, after Allowing application access with Dropbox, with response and access token in fragment. In this case it shows that…
-
Dropbox SDK login script error Windows 10 c# IE11
Our application uses Dropbox SDK for C# in WPF application. We use login screen from Dropbox SDK to autheniticate users with their dropbox accounts. One user has reported me that he gets script error on login page when he tries to authenticate. He uses Windows 10 and has IE11 and Edge installed. Error when using login from…
-
The remote Server returns HTTP Error-Code 460
Dear all, When downloading a file via the API I get the error with the code 460. Unfortunately the code is not documented in the API documentation. To fix the bug in my app I would need an error description which is hidden behind the code. Many thanks in advance Johannes Wirtz
-
Clarification about API - DbxUserFilesRequests.listFolderContinue
Clarification about this API - DbxUserFilesRequests.listFolderContinue DbxUserFilesRequests.listFolderContinue(String cursor) https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.1.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolderContinue-java.lang.String- - Say i call listFolder() and i got back 50…
-
download folder and avoid time to make zip with JS sdk
Hi all, i am working on wrapper for dropbox and i need to select all files in a folder and download as zip without waiting for zip creating in background with JS SDK. fileDownloadZip wait for zip make but is not what i need Any ideas?
-
Thumbnails in list_folder
Hey guys! new to the API so sorry for stupid questions... I'm wondering if I can do something. first off, here's my folder structure: >HD Content >011_Blue >001_randombluename.mp4 >002_randombluename.mp4 >012_Green >001_randomgreenname.mp4 >002_randomgreenname.mp4 >013_Red >001_randomredname.mp4 >002_randomredname.mp4 so…
-
Content-Type setting for downloading using dropbox api v2
Good-day, im busy trying to write a simple app to download files from dropbox. im a newbie to mobile dev and asistance would be appricated. im am receiving this error when downloading. Dropbox.Api.BadInputException: Error in call to API function "files/download": Bad HTTP "Content-Type" header:…
-
Recover tokens disabled by the "unlink all" button
If I click the "unlink" button on the "My Apps" page all generated tokens are disabled. Is there a way to rehabilitate them? Are there any Java examples for this?
-
Share Link Redirect URL has no Content-Length
I'm trying to get the filesize from a shared link: Looking at the answer to [this post] - the shared link creates a redirect to the file, which should provide a filesize in the headers.. It seems that the "Content-Length" Header is no longer available on the redirect link. Is there an alternative method?
-
I know userAgent using Dropbox's account
I using userAgent, so I want to use android's phone. I tested to Android , I 'm connect to user's folder. I use Xamrin.Android. I can develop to debelop's dropbox. So. I want to connect user's Dropbox folder. Please. teach me.
-
Undo Revoke Token
Hi, I would like to undo a revoke action for a old token. Can I do it ? Tks Aloisio
-
Identify the current app via access token?
Is it possible to get any information about the current App/App Folder after a user has retrieved an access token via OAuth? For example, I'd like to be able to display the location in their Dropbox that my app will write files - without hard coding it. Thanks!
-
Remove Shared Folder Member
Hey, I am using the .NET SDK and I would like to remove a member from a shared folder (on a team namespace). I am the one who created the folder dbt.AsAdmin(teammemberID).Sharing.RemoveFolderMemberAsync(SharedFolderId, new MemberSelector.Email(MemberMail), true); I am using the dbmid of the Team Admin and have tried with…
-
How Can I Give Access Level To Create Shared Link using REST API ?
Hi, I want to give acess level while sharing files or folders using rest api? Please help
-
Read file contents
I'm sure this is answered somewhere else, but clearly I'm not Googling the right thing. I'm working on an android app (java) and I'm trying to read the contents of a file without downloading it (needs to read every time the app opens). I was able to find plenty of examples for API v1, but nothing for v2. I have the basics,…
-
Dropbox Business API for PHP
Hello Support Team, We are looking for Drop Box Business API for PHP which can upload files in any shared folders with the team using our application & share the link of that upload files to all users which access on that particular folder. We use used https://content.dropboxapi.com/2/files/upload for uploading files bit…
-
listFolderBuilder returns hasMore = true, but listFolderContinue returns 0 entries
Hi all, See subject. This behaviour appears to be new (started happening in the last 24h) and I believe is different the description in the documentation: > hasMore - If true, then there are more entries available. Pass the cursor to DbxUserFilesRequests.listFolderContinue(String) to retrieve the rest. Is this behaviour…
-
Error downloading files from dropbox API
I am trying to download files from dropbox but keep hitting the ValidationError. for dfiles in flist: dbx.files_download_to_file('/Users/fela/Downloads/dropbox', dfiles, rev=None) Here is the error: ValidationError at /dropbox_auth_finish '2005-02-15 00.39.15-2.tif' did not match pattern…
-
List all music files on dropbox using API v2
I would like to list only all music files on dropbox using API v2. path??????? ListFolderBuilder listFolderBuilder = client.files().listFolderBuilder(path);
-
Get file object from input to upload
Hello, I'm trying to upload a file following these steps: https://blogs.dropbox.com/developers/2016/03/how-formio-uses-dropbox-as-a-file-backend-for-javascript-apps/ And I don't know how I can get the file from my HTML: <input id="inputFile" type="file" name="inputFile" accept="*"> Into my javascript like a file object…
-
Does using Dropbox API require "com.apple.security.network.server" entitlement on Mac?
I have been using the Dropbox Objective-C SDK in my Mac app for a while. Today, Apple rejected an update stating that my app uses the "com.apple.security.network.server" entitlement. I removed this entitlement but in my testing it seems like the Dropbox APIs doesn't work without it. Is that correct? Does anyone have…
-
DropboxApp - Not able to login to Dropbox account from the printer front panel
Tried to login to the Dropbox account using the credentials through the Dropbox app which was configured in the printer. The authentication failed with "Incorrect user name or password" though the correct credentials were entered in the printer. Checked the logs for the login API…
-
Problem with paths using create_shared_link_with_settings
Hey, I'm trying to make a php code that will automatically create a shared link for the files I'm uploading and add it to an XML file. Both the upload and XML file are updating correctly, but I'm stuck with the generation of the link. This is the part of code that i'm running right now: $parameters = array('path' =>…
-
Network error 404 while uploading with dropbox objective c api
In my objective c application i used dropbox official sdk to upload files on my dropbox. one of my user gets error while uploading and when i debug the data i found that is a network error and it's 404. The error content is this: <!DOCTYPE html><LF> <html><LF> <head><meta http-equiv="Content-Type" content="text/html;…