-
SwiftyDropbox compatibility with Swift 4.2
I've read some complaints that SwiftyDropbox is not yet compatible with Swift 4.2. I would like to confirm whether this is correct or if it is safe to go ahead. Thanks.
-
How to allow API from wordpress plugin: This app is unable to link additional users because it has b
Hello, I am trying to connect a Wordpress plugin ("Send Files") with my Dropbox account but when I try it, I get this message: "This app is unable to link additional users because it has been pending pending review". In one of the support threads I read that it is because I have to apply to production .. is that so?…
-
How to check if filezip is too big to download in shared link
Hi allo, with JS api i have create a function that use sharingCreateSharedLink for create a shared link and redirect user with ?dl=1 fro download it. But if zip is too big the user exit from my app and go on dropbox with 500 error. How to check id shared folder is too big to download and prevent redirect? is there any api…
-
shared folder API quiet mode
I'm currently using python Dropbox API to share a folder with another user without notifying them. I use the function sharing_add_folder_member with the parameter quiet = True. The code ran without an error and my Dropbox account shows the folder is shared with another user. On the other hand at another user account, the…
-
How to select dropbox root/home folder from chooser?
Hi How to select dropbox root/home folder from chooser? Let say i have to save some file to home. For doing this i am selecting a location for the destination folder. Currently I am getting error "User root folder cant be choosen".
-
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);