-
Creating Temporary access to download files with random credential instead of common password
We have a mobile application with multiple users accounts, everyone needs to download the certain files from dropbox. But we don't want to make the dropbox files to give public access or not to manage through team users in dropbox. What would be the best way to make the download process secured for each user. We…
-
Response headers
Hi, With API v2, we can be able to access/retrieve response header from get_thumbnail request in order to retrieve "etag" and "dropbox-api-result". I just start using Dropbox SDK from http://dropbox.github.io/dropbox-sdk-js/global.html#FilesThumbnailArg__anchor and I was trying to get the response header but look like…
-
JavaScript SDK does not return thumbnails
I'm trying to use Dropbox SDK to retrieve an imge thumbnail with filesGetThumbnail method. I used Dropbox.filesGetThumbnail and I received the response successfully but look like it only return the image's properties such as size, name, path..etc but there was no base64 encoded value in the return as expexted. I tried the…
-
Can we able to filter the certain file types when fetching the file list in api v2 for iOS?
-
How do I cancel the process that is being downloaded?
When I use DbxDownloader <FileMetadata> .download to download, halfway to cancel the download call DbxDownloader <FileMetadata> .close to operate, but I got a NullPointerException exception, Message is "Attempt to read from filed" int com.android.okio. Segment.limit 'on a null object reference ", but I have done a…
-
UPLOAD FROM HTTP WITH PHP NOT WORKING
Hello ! I want to upload an image (test.png) from the root of my site to my Dropbox but it doesn't work. My php script is in the same folder than image test.png : $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://content.dropboxapi.com/2/files/upload"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $post = array(…
-
Implicit Grant Returns Access Denied unless localhost
Background page: https://blogs.dropbox.com/developers/2013/07/using-oauth-2-0-with-the-core-api/ So I'm trying to use the implicit grant method of login as I have always done before. However, for some reason whenever I change the redirect url from: 'http://localhost:3000/loginredirect/' to my actual cloudfront url, it…
-
Is role in v2 same as to permission in v1?
There was a permission attribute in v1 API. "permissions": { "is_admin": true } Is the above permission changed to the role as below? "role": { ".tag": "member_only" } We just want to confirm as we are planning to update our existing v1 API.
-
Aplicativo para servir de ponte entre programa desktop e DropBox dos clientes
Nos somos uma empresa comercial e temos um software DESKTOP o qual gostaríamos que este se comunicasse com o DropBox do cliente para que este possa encaminhar os arquivos deles ao DROPBOX (backup) e restaurar estes arquivos via nosso programa DESKTOP. O Aplicativo TQSStore seria somente uma ponte entre nosso programa…
-
How to revoke an access token? (Other answers suggest security page, but doesn't appear there)
Hi, I realise this question has been asked before, but it seems the answers always refer to the account/security page. I have generated (manually through the web UI) multiple access tokens during testing, and all seem valid. I have probably also generated some and not actually noted them down anywhere. How do I: a) list…
-
Why was DBClientsManager authorizeFromController browserAuth removed in a point release?
This is going to sound like criticism, and I guess it is, but please bear with me. The criticism is intended to be constructive and professional, not personal. In the dropbox-sdk-obj-c GitHub project Commit https://github.com/dropbox/dropbox-sdk-obj-c/commit/8936d7fc0be220e4cb1664b17ea6829044230a52 on April 12 removed the…
-
After using API V2, the App receives the retired message for API V1 yet
I try to preview this message, but I can't see these pictures, I share these pictures by the DB sharing. https://www.dropbox.com/s/n75pvcwd0yxn0rq/IMG_0706.JPG?dl=0 https://www.dropbox.com/s/6z3x89gwi0pcoo2/IMG_0707.JPG?dl=0 According to the guide, I use the API V2 in our APP. As you see, the attachement are the snapshots…
-
Dropbox JavaScript SDK vs Dropbox saver JavaScript
Hello, I'm just starting to use Dropbox JavaScript SDK from http://dropbox.github.io/dropbox-sdk-js/Dropbox.html on my client side. But there is a conflict when using both refrences from <script src="https://unpkg.com/dropbox/dist/Dropbox-sdk.min.js" ></script> AND <script src="//www.dropbox.com/static/api/2/dropins.js"…
-
Dropbox/apps/appfolder accidentally deleted
Hi all, i accidentally deleted my appfolder that was generated automatically while creating the app. When I try to recreate the folder it seems that it is not linked to the app and it is not working anymore. i am accessing the app through a generated token from a Windows service that to upload my file. Now the app is not…
-
Synchronise App using APIv2 in IOS objective c
Hi Support, How i can Synchronise App using APIv2 in IOS objective c. Thanks in advacne..!!
-
Download array of images in APIv2 Ios objectie c`
HI support, How i can download the array of image from drobox using apiv2in IOS objective c. I am using below code taht download only one Image from the droppbox. NSFileManager *fileManager = [NSFileManager defaultManager]; NSURL *outputDirectory = [fileManager URLsForDirectory:NSDocumentDirectory…
-
checkAndPerformV1TokenMigration
I add a fuction with named checkAndPerformV1TokenMigration as following : -(void)performDropboxMigrationFromV1ToV2 { BOOL willPerformMigration = [DBClientsManager checkAndPerformV1TokenMigration:^(BOOL shouldRetry, BOOL invalidAppKeyOrSecret, NSArray<NSArray<NSString *> *> *unsuccessfullyMigratedTokenData) { if…
-
dropbox-android sdk
What is the diffrence between dropbox android sdk, dropbox core sdk, dropbox sync sdk?? Isn't there any one common sdk which supports all the dropbox api features???
-
Sync on button click in android
How can I implement the functionality to sync dropbox data in my android app by clicking on a button. I want to sync data separately rather than at uploading and downloading time.
-
V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress
Is there a V2 Obj-C equivalent to the Sync API [DBFilesystem sharedFilesystem].status.anyInProgress ? That is, how can I test if there are uploads in progress after fileRoutes batchUploadFiles is called but before the responseBlock is run?
-
link to a folder
I am working on using Dropbox Business integrated with a corporate application. When we share a folder with a member of staff, I need to provide a link to the folder that will work, even if they rename or move the folder. Is this possible? The folders are inside a team folder, and are shared only with members of staff - a…
-
Create and automatically share folder with anyone
What I'm building: A ruby on rails app that automatically creates a folder and will share it with people they choose. BUT i don't want the customer to have to go to dropbox.com to do all this. Is it possible to do this through my ruby on rails app without redirecting my users to dropbox.com (i understand they will still…
-
File size increased if resuming ChunkedUpload after program exits.
I was testing this ChunkedUpload code and manually making the program exit and restart several times to test if chunkedupload worked. The code logic is this: after finishing each successful uploading loop, the program writes down the sessionID, the uploading offset and the index to a log.txt in case that the program…
-
Sync functionality using V2 in android
Hello My query is related to Api v2. How can we implement sync functionality with v2 in android without importing sync sdk to android if we have already imported Dropbox android sdk 1.6.3 jar
-
How can we get a count of files or count of shared links ?
Hi, I need to get count of records present in retrieve calls like, list_folder call or list_shared_links. Is there any way we could get a count from these APIs? And Is there any API that gives us the total count of records present in the database? Any forum links or any pointers on this would be of great help. Thanks,…
-
How to handle errors in Dropbox C# SDK?
Plase answer on question - http://stackoverflow.com/questions/43661690/how-to-handle-error-in-dropbox-c-sharp-sdk
-
iOS Obj-C Example of [DBClientsManager unlinkAndResetClients]
I downloaded the examples and can't find a instance of how to use this function: This code doesn't not unlink or reset clients: - (IBAction)didPressUnlink { [DBClientsManager unlinkAndResetClients]; linkButton.hidden=NO; unlinkButton.hidden=YES; } Thoughts? thanks
-
UIApplication sharedApplication methods for iOS 10
Hello, The Documentation is Out for date for iOS 10 APIv2. It requires a completion handler. Does anyone have this method in Objective-C? #import <ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h>- (void)myButtonInControllerPressed { [DBClientsManager authorizeFromController:[UIApplication sharedApplication]…
-
How i can use synchronize in IOS apiv2
How i can use synchronize in IOS apiv2 I am using apiv2 and objective c for ios.
-
Webhooks not work
Since 2017-4-27 01:38 UTC, the Dropbox Webhooks not worked any more. But the other API looks like normal.