-
URL with # sign
I am writing code with Dorpbox API, It seems working ok as I am calling oauth 2 and return with access_token etc.. looks ok with one issue, in querystring it return with # rather then ? like https://www.sitename.com/dboxcallback.asp?access_token=xxxxxx&token_type=xxxr&uid=xxxx is this normal? I am expect it would be ?…
-
Sync API openFile delay OS X
Using the following code, I'm not getting the DBFile object after my code executes initially. There seems to be a delay. I know the file is there in my Dropbox folder. DBPath *dbPhotoPath = [dbPhotosFolderPath childPath:photoFileName];<BR /> DBFile *dbPhotoFile = [fileSystem openFile:dbPhotoPath error:&dbError];<BR /> So…
-
iOS Dropbox Application - My application not appearing in dropbox "share with" options.
Hello, This is my first post in this forum so please pardon me if its posted in an incorrect category/topic. Below is my question. * We are developing a "share extension" on iOS for our mobile application (lets say it shareApp) which allows user to share photos/urls/pdf files from other applications like Photos, Safari or…
-
Dropbox SDK sending info to facebook, twitter, ad servers when connecting?
I am using iOS SDK 1.3.13 with the iOS 8.1 simulator. When my app calls the linkFromController method, it presents the appropriate dialog to connect to Dropbox. As soon as the connection dialog appears, however, the app attempts to connect to a large number of external web addresses (detected via use of Little Snitch on my…
-
Cannot download a file from Dropbox to the iPad (uploads just fine) - in Swift.
I have been going around in circles trying to solve this problem. I can send files to Dropbox no problem, but cannot download them. All the delegate methods get called for sending, but the methods for downloading the files do not get called. Specifics: Core API. using Swift. iOS 8.1, using xcode. Checked and rechecked all…
-
How to realize the client deduplication using core API on Android Platform?
I am the developer of the Dropbox API, using core API to realize the client deduplication on Android platform. But I have not seen anything about deduplication in core API. What should I do ?
-
Authenticate internaly with dropbox through my app
Hello Everyone, I have a photo studio app in this app I want to user can upload them photos on my drop box folder through my app without registering on dropbox. When they upload photo through my app,My app should login internaly with my drop box credential without user intrection. Thanks in adavance
-
Dropbox for Developers. How delete Drop-ins app from app-console if i has mistake on creating?
Hello. Can I delete Drop-ins app from app-console. To more understand screenshot https://yadi.sk/i/qfpsV7HXe8No4 future thanks..
-
Folder list order guaranteed?
It seems the /metadata?list=true reply contents field is always sorted alphabetically by file name. Is this guaranteed? If so, could you please document it?
-
how to download files from dropbox and show to user in iOS
Hello, i need to show all files to user his dropbox account when user selects any file i need to download the file for that i have created a directory with name Dropbox as shown below. NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);NSString *documentsDirectory = [paths…
-
i want to zip large files and upload it to dropbox using php
-
See who Folders are Shared with?
We have a lot of sensitive information for various clients in our DropBox account. We would like to know who has shared access to our files. Can some type of option be provided so that will allow us to see who files are shared with.
-
Search & Download from Dropbox Folder by filename
Hello, I want to create a file retriever on my website that is a simple input text box. My clients can enter a particular code I provide them with and if their code matches the filename of one of the files in that folder, the file will download to their computer. I am a photographer and am trying to automate the way that…
-
up-to-date version of a DropBox shared file
Dear DropBox Support Team, We would like to develop an application that would automatically display an up-to-date version of a DropBox shared file. In order to do so, we would like to verify that; once assigned, the address of a shared file remains unchanged so our application can automatically update the invited parties.…
-
Is there any way to use the dropbox chooser with a non-https web application
Hello, I found the dropbox chooser and it looks like a great idea. However, I can't use it because I can't add a non-https redirection url on the settings page of my app. Is there any way for me to use the dropbox chooser without https? Thank you, Daniel
-
dropbox
how to integrate dropbox with my website in asp.net plz help me
-
Request for (unusual) account assistance
Hello DropBox team, Silly oversight on my part. I started working on a feature addition for my company to allow files to be saved to a user's DropBox using your pluggable widget. It works great! However I neglected to migrate the app over to a company DropBox account before it went live and now the app rests on my personal…
-
OAuth 2.0 - Server to server authentication
Hello, Is it possible to do server-to-server authorization using Dropbox API? (without prompting a user) This is an example: https://developers.google.com/accounts/docs/OAuth2ServiceAccount Best regards, Anthony
-
OAuth 2.0 usage in IE 11 issue in redirection
Hi, I am using OAuth 2.0 Client side implicit flow to get access token. On first attempt it will prompt oauth dialog to allow to deney, when i allow it will be redirected to the given redirect url with access key as part of fragment. The token got expired after some time. and tried to get access token second time with same…