-
Downloading all the files in a folder using CoreSDK
Since you are deprecating the Datastore and Sync SDKs for iOS. I'll need to redo quite a bit of stuff. Anyway, one of the things I'll need to do now is: I want to download all the files in a particular folder, this folder might have an order of 1000 or 10000 files (each around 500 or so bytes). The approach I'm taking is…
-
update request API v2 - WriteMode and autorename ?
Based on documentation on API v2 (http) section - it is not clear to me how mode and autorename work together. Currently WriteMode docs starts with phrase: "Your intent when writing a file to some path. This is used to determine what constitutes a conflict and what the autorename strategy is." Do you actually mean the…
-
Upload and download large files
Hello dropboxers, I'm using Dropbox SDK for .NET v2 and I'm trying to download a file which has 60 MB and I get an AggregateException : {"A task was canceled."} :.I've tried also to download a folder which contains only documents (a few MB) and it works . The method for download a file: private async Task…
-
[DBRestClient] uploadFile: doesn't prevent my app from being killed in background
[Re-posting it here, since I think I posted it in the wrong category earlier, sorry for that] Hello, I'm using Dropbox SDK to upload a file after my app is awakened by iOS through a Silent Notification. The problem is : The transfer begin but my app is killed by iOS before it can finish. I can see its progress when logging…
-
Opening local file from Webpage/JavaScript
Hello. I can open local DropBox files from my browser (I mean file is not downloaded but opened directly on disk). But I fail to find a suitable DropIn API to repro the same for my (JavaScript) integration. Can someone point me to right direction please? Thanks.
-
Getting 500 Internal Server Error on a remote server only -- works fine locally.
Hi there :) I am using the Ruby SDK to interface with the Dropbox Core API. Locally, I am having no issues using the API in any way. On my AWS server, however, the DB API returns a 500 internal server error every time. This is not a sporadic issue, as it has occurred consistently, across on multiple days. For reference,…
-
Dropbox dropin chooser api user interface language localization / internationalization
Can the Dropbox Chooser API display its user interface in languages other than English? I mean: the text button that is inserted in my website, and any message that are displayed by the javascript from: https://www.dropbox.com/static/api/2/dropins.js I see no mention of internationalization in the API documentation. The…
-
List existing shared links?
Hi How can I use the API to find existing shared files (not folders)? I've used the /metadata method to get a list of files and folders and there are no extra fields against files that have a sharable URL. Shared folders of course do have the shared_folder_id field. Any help would be much appreciated. Thanks, Ben
-
Provide email address in membership of shared folders
Would it be possible to provide the email address along with other member information for shared folder memberships? The current information provided [1] makes it ****** to identify users a folder has been shared with. Querying the Dropbox for Business API is not an option as that requires an admin to grant access. [1]…
-
"error": "Invalid origin" using drop-ins chooser API
I need to use the plugins drop-ins for chooser API from a desktop application, which is running on nodejs and angular. Is there any way to integrate the plugins for application not running on http/https
-
Using generated access token with the iOS sdk
Hello I'm trying out the iOS sdk using a generated access token but I keep getting an "Access token not found" error even though the token works fine in android. Here is my case (swift): let dropboxSession = DBSession(appKey: DB_KEY, appSecret: DB_SECRET, root: kDBRootAppFolder)…
-
Android M - Android deprecated apache module (HttpClient, etc)
Hi, Do you have plans to release a new version of the Core API SDK that supports Android M since Apache module was deprecated. http://stackoverflow.com/questions/29294479/android-deprecated-apache-module-httpclient-httpresponse-etc How can I use it since now I can't use my app on a device with Android M?
-
Dropbox Chooser API on xcode 7/iOS 9 issue
1. Dropbox Chooser API on iOS 9 using xcode 7 2. We build the existing app using xcode 7 for iOS 9. When we connect to Dropbox. It keeps asking: Please install the Dropbox App. But the dropbox is already installed. 3. We tried the app built before xcode 7. It seems working fine. 4. Other Dropbox API on xcode 7/iOS 9 works…
-
Per User Create-Only and Read-Only
Here's what I would like to be able to do: * User A Creates Folder X * User A Invites Users B and C to folder X * Inside that folder users A, B and C can Create files/folders * Inside that folder users A, B and C can Read any file/folder * Inside that folder only user A can Edit a file/folder once it is created Basically,…
-
Dropbox API to create user in Dropbox cloud
Hi, Is there any way to do any user related operations (like create user, etc.) in Dropbox cloud through APIs? Kindly clarify this.
-
How do I upload a file to my dropbox apps folder in dropbox in objective c?
Currently nothing happens when I run my code. This is how I am setting the up client. I did not put the client set up in my viewDidLoad method because this class will never be shown it just handles server side actions. (instancetype)initWithClient { self = [super init]; if (self) {…
-
Set expiration of streamble link via /media
Hey there, I'm using the Dropbox PHP SDK to create a streamable link via the /media API reference, by calling createTemporaryDirectLink($path) in PHP. Is there any chance to influence the lifetime of the link I get? Or at least something to doublecheck how long the created link will be available? Would be awesome! Thanks…
-
Cannot commit chunk upload. Returns 400 always.
Whenever I commit the chunk upload supplying the access_token and upload_id, it always return an error code 400. Here is the code. private boolean commitChunk(String upload_id, String path){ int responseCode = 0; try { URL url = new URL("https://content.dropboxapi.com/1/commit_chunked_upload/auto/" + path);…
-
How to correctly create a task
I'm trying to create folder and then to store the metadata of create folder: try { FolderMetadata folderMetadata = client.Files.CreateFolderAsync(newFolderPath).Result; } catch (Exception e) { string m = e.Message; } And it crashes without any exception. This method is working for oneDrive : LiveOperationResult meResult =…
-
Dropbox not redirecting to the provided redirect uri using Oauth 2.0 in Edge browser.
We are using Oauth 2 authentication to get access to user's documents. Once user has logged in from the sign in screen and granted access to his files, Dropbox is not redirecting user to the redirect uri we have provided. User need to refresh the page to get it working. Its happening in Microsoft Edge browser only. Steps…
-
Dropbox API -- does it support the open of a folder into a file manager?
In Windows, with Dropbox client installed, the following "round trip" is possible: 1 in file manager (e.g., Windows Explorer) right click on a selected folder under the main Dropbox folder. 2. Select "View on Dropbbox.com" 3. From view of folder in Dropox.com, select subfolder, then right click, then "Open". 4. Result: The…
-
Does the 'rev' field in the metadata for a file change if the file is moved or renamed?
I'm using the Webhooks API (and the core API) in my application. I need to determine if a file has been deleted from Dropbox or just renamed/moved. The /delta endpoint will only tell you when a path has been deleted/moved/renamed (no metadata), and then provide another entry if the path is new/moved/renamed (with new…
-
Open Dropbox API Authorization request in a new Tab
I have a web application running on my local host and I am using Dropbox Core API in the web app to upload files. However, the Dropbox authentication page opens in the same tab in the browser as my webapp. Is it possible that I force Dropbox API authorization webpage to open in a new tab? Is there a setting for this in…
-
Started getting 401/Unauthorized for request_token in last 12 hours
Hi guys, in the last 12 hours all my customers started getting a 401/Unauthorized when my WordPress plugin makes it's call to request_token ( https://api.dropbox.com/1/oauth/request_token) From the documentation it says that the 401 is returned when you have a stale access token - but I'm getting it when trying to get the…
-
What is expected behavior when specifying X-Dropbox-Perform-As-Team-Member but with token that d ...
oes not have team privilege? I'm using the REST API to create a folder using an ordinary token for a user, but also passing X-Dropbox-Perform-As-Team-Member to operate on another user's account. So this should probably fail with an error. Instead, it seems to be creating the folder in the first user's account. Is that…
-
-34018 Client has neither application-identfier nor keychain-access-groups entitlements
When attempting to initiate oAuth with our in production app, I'm receiving this error below. Have not had an issue with this until today. SecOSStatusWith error:[-34018] The operation couldn’t be completed. (OSStatus error -34018 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -34018 - client has…