-
Upload SQLite Not a Database
I have been able to get the Dropbox SDK working for objective C. The problem I am running into is that when I upload my backup of a SQLite database it is no longer being recognized as a DB. After some searching it seems that the issue may be that upon upload the DB may be in use. Any assistance on how to ensure it is not…
-
File request emails to users when creating the file request
Hi, I was looking over the API documentation for file requests but I don't see any parameters to have Dropbox automatically send notices to people about that file requests like you can if you make the file requests on the website. Is it possible to do that through the API? Thanks.
-
Got error message from Dropbox when Downloading the rar files
Got the following error message from Dropbox when Downloading the rar files: {"error_summary": "path/restricted_content/.", "error": {".tag": "path", "path": {".tag": "restricted_content"}}}
-
Need Api for upload and download using Asp.net application
Hi, This is gopi i need API for upload and download using Asp.net application , kindly give the solution.
-
Simple c# example to create a folder in dropbox from a console application
Hi, I am new to the API and trying to understand how to create a basic connection to dropbox to create a folder and then save some files into this folder. I have created an App as this will only need to create folders/files in a specific location. Does anyone have a simple example of this without needing to redirect to a…
-
download file API JS
Hi there, I am developing a thiny web client for Dropbox using the Javascript API. What I want to have is the basic functionality (upload, download, and delete files) from an account. I am having trouble with the downloadFile function which I don't really understand and doesn't work as I expected. I have to say that I am…
-
Download not able to find file when exists
Building an app using xcode and objective c. I have been able to successfully get my backup sqlite file to upload but when attempting to use a download I am getting an error saying the file could not be opened because there is no such file. Am I missing something in the directory? I have tried all combinations including…
-
Android SDK auth access token malformed when Access Token use in Dropbox JS SDK
Recently I have included Dropbox in my ionic 1 android application through Dropbox JavaScript SDK for user data backup. I have used inAppBrowser for the authentication process. Everything is working perfectly and 100+ user already using this feature. After 100+ user I have applied for production request but it's declined…
-
Not display dropbox authentication screen from Mobile app
We have a mobile app that's used by multiple organizations. a feature on the mobile app requires users to upload images to their Dropbox account, all organization have their own Dropbox account. To make an upload API call to i will need an access token and to get 1 I will be redirected to Dropbox login screen correct? Do I…
-
Getting notification when a file is uploaded by an api app to my dropbox account
we have a use case where we are uploading files from our app to dropbox using dropbox v2 api. The file gets successfully uploaded but we dont see any notification in the notification bar of dropbox web ,stating like "file abc has been addded". How can we acheive this ?
-
Getting all files in a team drive
Hi, I would like to get all of the files in a Team Drive. So far I have this - admin_member_id = self.get_admin_account_access_token().admin_profile.team_member_id headers = {} headers["Authorization"] = token headers["Dropbox-API-Select-User"] = admin_member_id headers["Content-Type"] = "application/json" url =…
-
list_folder returns 504
list_folder with recurcive=true returns 504 Internal server error ; How it can be? We have only 8k files there ... And how can we solve it? Limit does not help, list each sub-folder is also a bad solution for our app. thanks for any help
-
Create a shared folder with multiple paths
How to create a shared folder with different paths? I have selected 3 or 4 dir (or files) inside e directory with tons of contents, how to download only selected files with api? is there a way to do that? best
-
Getting error using dropbox apis with "Dropbox-Api-Path-Root" header
Hi I am getting following error while calling dropbox v2 APIs with "Dropbox-Api-Path-Root " header {“.tag”: “namespace_id”, “namespace_id”: “2132332"} "Failed to execute 'setRequestHeader' on 'XMLHttpRequest': Value is not a valid ByteString." Earlier it was working fine. Is there any recent change done due to which it is…
-
SwiftyDropbox with Alamofire issue
I have Alamofire ~>4.7 setting in pod file and when adding line 'pod SwiftyDropbox', there is an issue I see when I run pod update: Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "Alamofire": In Podfile: Alamofire (~> 4.7) SwiftyDropbox was resolved to 2.0.1, which depends on Alamofire (~>…
-
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…