-
Add user accounts to Dropbox app
Kindly tell me how to add users to a dropbox app. I want to be able to view and download files/folders from different accounts through same auth token. I had searched V2 API, but couldn't find a function that lets me add accounts to the app apart from the one (current account) which created it. Thanks.
-
Obj-C API-2 equivalent of client.create_oauth2_access_token()
What is the Obj-C API-2 equivalent of the (for example, from python) client.create_oauth2_access_token() ? i.e. how to automatically (for the user) transition an OAuth 1 token to OAuth 2 token? Thanks
-
Do not get 'oauth1AccessSecret' while using OAuth V1
We are currenlty migrating API v1 to v2. While doing so we wanted to upgrade the tokens of our existing users but one of the required parameters to do so 'access secret' is missing in the v1 response. We are getting the following response for OAuth v1 {"access_token": "3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "token_type":…
-
files events
for the events: preview_files edit_files revert_files_to_previous_version is the field in info_dict - is_dir, is meaningful? Is there a way to get those events for folder and not only files?
-
missing events if log/get_events
the following events missing in documentation: logout file_permanently_deleted shared_file_unshare team_folder_downgraded mobile_ip_changed web_ip_changed sf_team_add_members sf_nonteam_add_members
-
[java sdk v2] shareable url
Hello, The app I am working on is using dbx java sdk v1, and I started the migration to sdk v2. Previously, in v1, the DbxClientV1 had: * a method for creating a shareableUrl -> .createShareableUrl(path). * a method for creating a temporaryDirectUrl -> .createTemporaryDirectUrl(path) In DbxClientV2, i only…
-
How to upload files SFTP dropbox in php?
I want to upload files into SFTP Dropbox using PHP. Is it possible, if yes please share some details about it.
-
-999 "cancelled" Error
API: SwiftyDropbox version 4.1.0. Whenever the client.files.listFolder endpoint is execute the following error message is received: Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLKey=https://api.dropbox.com/2/files/list_folder, NSLocalizedDescription=cancelled,…
-
[iOS SDK]Replace Sync API by .....
Hi you, I have a issue about dropbox api v2. Before I use db api v1, I used 2 api key (one for upload/download <DBSession>, one for sync data<DBAccountManager>) and run parallel. But when migrate to api v2, I only have a interface <DropboxClientManger>, so I just used a feature (upload/dowload or sync) in the same time.…
-
-uploadSessionFinishBatchCheck: - Getting path from errors
Great, thank you again. I now have most of this working with one thing I still haven't managed: - If DBFILESUploadSessionFinishBatchResultEntry results in -isFailure, how do I get the path the entry was trying to upload to? If there's a failure, I check the reasons and try re-uploading if possible. But in order to do that,…
-
How to re-link a user in API 2 (Handling Revoked Access Etc)
In API 1, I could offer the user an option to re-link (re-authorise) Dropbox if they run into issues because their access token had expired or been revoked. I could do this as follows: First, I listened for the DBSession delegate method: - (void)sessionDidReceiveAuthorizationFailure:(DBSession * )session userId:(NSString *…
-
business api is missing in python sdk
I noticed that this question was asked long time ago(https://www.dropboxforum.com/t5/API-support/Business-API-with-Python-SDK/m-p/58209) Is the answer the same? thanks in advance
-
events followed by api request
hey, when I post download or get_preview request I get the content that I asked for, but I can't get event back. Is there anything to do about it?
-
Obj-C API-2 Equivalent of DBRequest networkRequestDelegate?
Hello, In API-1, I could easily set iOS's activity spinner going whenever Dropbox accessed the network like this: - (BOOL)application:(UIApplication * )application didFinishLaunchingWithOptions:(NSDictionary * )launchOptions { [DBRequest setNetworkRequestDelegate:self]; } // DBNetworkRequestDelegate - these delegate…
-
Concurrent uploads completely broken since V2 api.
It appears that uploading multiple different files to the same dropbox at the same time, is completely broken in the V2 api. Even if 2 different computers are uploading a file. Please see the following testcase: #!/bin/env python2 import tempfile import dropbox FILE = "" ACCESSTOKEN = "" client =…
-
CreateSharedLinkWithSettingsErrorException existing URL / name
If the following code throws the exception CreateSharedLinkWithSettingsErrorException How can I get the existing URL and name? SharedLinkMetadata slm = mDbxClient.sharing().createSharedLinkWithSettings(remoteFolderPath + "/" + remoteFileName,…
-
V2 API MembersAddAsync
I am adding a team member using .net Dropbox.Api class library. I could not figure a way to get IsSuccess or IsUserAlreadyOnTeam properties after MembersAddAsync is called. Since MembersAddAsync method returns the Task type, the only information I can got from the call is IsComplete. How is it possible to determine if…
-
Android App Dropbox API Example- Build Error
When attempting to build the android app example of the dropbox java sdk, I keep getting this error: Failed to resolve: com.dropbox.core:dropbox-core-sdk:0-SNAPSHOT I added my API code and everything, but the app is still not building.
-
Obj-C API v2 Error Handling
Hi folks, I find myself having more questions about error handling in the obj-c API v2. I keep going over the README and I am still unable to figure out where I should look for documentation on figuring out what's in a routeError and when I should look to it instead of (or in addition to) the error param in a response…
-
DBChooser is not supported iOS10.0
In myapp-info.plist,I have added two new items with the values dbapi-1 and dbapi-3 in the LSApplicationQueriesSchemes, and I have entered db-APP_KEY in the URL Schemes. When I perform this method: [[DBChooser defaultChooser] openChooserForLinkType:DBChooserLinkTypePreview fromViewController:self.mDocListVC…
-
An example of final url for deleting a file on dropbox?
This is an example final url for upload a file on dropbox. https://www.dropbox.com/developers-v1/core/docs#files_put Don't try it, nothing is real. (The HTTP method PUT)…
-
download file using python API frpm another user
I am able to downoad and upload files from my Dropbox account using Python or command line But can I download files from another user?
-
Newbie Try to Make Some VB app
Hey Guys, Im new here, i need help. i trying to make vb app using dropbox as cloud storage, for team work. I already read the dropbox blog but it confuse me. i cant read the flow or what variable i should change. i know the first step is get autorization for the account but the flow confuse me. what i should change or what…
-
Access Token
Hello, I would like to know if is possible a person who is not developer get your token? I ask this because I'm developing an app that can access to any account, for example, in my computer the app needs do access to my account (in the begin I select my account to access), if I pass this app to other person that isn't a…
-
Uploading localhost mysql.sql file uploading problems
I have an problem with Dropbox api. I successfully installed and checked PHP all are ok. but every time connection asking the access token. I need to upload without any questions ask dirrectly upload file and download if needs. Every time i need to follow these steps to get upload the file...... copy the token and past…
-
File Naming
Hi, I'm using the nodejs SDK and I notice that when using the filesUpload method, file names seem to be get clipped short. For example, I have a file that is uploaded to the path - /test/some_folder/This Is A Test File - 123456 - 09/23/2016 - blah - blah.pdf When I go into the dropbox explorer UI I see…
-
Problem with using Generated access token to test using SwiftyDropbox
I have followed the instructions on https://github.com/dropbox/SwiftyDropbox in an attempt to test the V2 API with my Swift desktop macOS App. The only difference is that I am using the Swift_2_3 branch. When inputting my "Generated access token", from my App page on my account, and compiling I get an error on this line:…
-
Upgrading my account??
Hi, I am making my app using your API for backend, so... I want to know if upgrading my account the server is going to be faster, and reliable for my apps? Thanks for read, and, I'm putting in your hands with my applications on your server, so, I need to know...
-
-uploadSessionStartUrl: example?
Apologies for the barrage of questions - it's only because I'm updating a large class to use API 2. Is there an example of how to use -uploadSessionStartUrl: anywhere? (A Google search brings up nothing but the documentation.) I use -uploadFileChunk: a lot in API 1, so need to replace this with -uploadSessionStartUrl: in…
-
Obj-C: Getting "over quota" error after session start for uploading chunks
Whenever an API call fails, I like to check to see if the user is over their usage quota, and if so, I throw up a warning that they need to delete some files or upgrade their Dropbox account. As Greg previously explained, I can do this using the route error passed into the response methods, e.g.: DBFILESUploadError…