-
Dropbox apps for Apple or Android TV
Are Dropbox apps for Apple and/or Android TV available? If so where can I find them, if not when?
-
What can I install on Dropbox Client Windows 7 to log Date and Time of Pause and Resume Sync?
I have a remote location (Dropbox Client 1gb/sec connection) that I can not access and it automatically drops a 3gb file into my dropbox 2 times a month. This Dropbox client has LogMeIn installed on it by the system admin. The problem is that I suspect this admin is using LogMeIn to remotely Pause Syncing by remoting into…
-
php file download
Hello, I am trying to download a file with PHP, but I am having trouble with this part of the code. I need an example in this regard $url = "https://content.dropboxapi.com/2/files/download"; $sAccessToken = "*************************"; $curl = curl_init($url); $aPostData = array('path' => '/test.rar'); $aOptions = array(…
-
Really silly question here....does API v2 still require the app secret?
Please forgive me if this is a really simple question, I've just started and I'm very confused. I'm migrating to API v2 using Objective C. Unlike v1, v2 sample codes do not require the app secret anywhere. (just the app-key) Would you be able to provide me an example where the app-secret is used please?
-
How to get OAuth2 access token from OAuth1 token and secret with API v2
All current users of our mobile app have OAuth1 token and secret stored for using their Dropbox account. With the migration to API v2, we must use OAuth2 access tokens. How can the OAuth1 token and secret be converted to an OAuth2 access token? The API v2 provides a route called /token/from_oauth1 which seems to provide a…
-
After API V1 is retired in June, will users on old versions receive an error message?
I'm working on migrating my app to API v2. After API v1 is retired in June, what will happen to my users who do not install the updated version of my app? Will they see an error message when running Dropbox related features? My apologies if this question has been answered before, I searched and could not find any similar…
-
Access to images in a Paper Document when downloaded with /paper/docs/download
When I download (via the web UI) a doc and save it as Markdown, I get the following: # Test ## Test markdown exported with images Hello world https://d2mxuYYY.cloudfront.net/obscured/path/my_image.png and it appears that the image can then be loaded unauthenticated (tested in Chrome's Incognito mode). For the record, this…
-
Dropbox sync with coredata
Hello Support Team, I have an requirement to sync local data base*(Coredata) on to dropbox. I have some questions. 1. Is it possible to create same schema like local database on dropbox using any api. 2. I am using swiftfydropbox framework to sync the schema is It OK? 3. If I have to any api like: CoreApiV2. Then I wanted…
-
Problem in search filenames with accentuation. Bug?
Hi, I'm developing an app to search files on dropbox by api, but when filename is in uppercase and has accentuation no files are found. The problem occurs when the accentuated character is in uppercase. eg: revelação = Found Revelação = Found REVELAção = Found REVELAÇÃO = NOT FOUND revelaÇÃo = NOT FOUND I've tested via web…
-
Invalid access token when generating new token after revoke() API V2
I am getting a "invalid_access_token" when trying to generate a new token, after the first token has been revoked, e.g. log out, then log back in again. I am using API V2 on Android. First DropboxClientFactory.init(XYZ.getApiToken()); DbxClientV2 dbxClientV2 = DropboxClientFactory.getClient();…
-
Unable to share app folder
Currently I aam having a some apps for bakckup. However, I would like to share the dropbox permission to another developer. Is there a way where I can do this? My developer are creating some applications backup folders and this process has to go through me to authenticate the app. Can I invite them to my folder and provide…
-
Uploaded files are not in the Dropbox
@IBAction func saveFile(_ sender: Any) { let client = DropboxClientsManager.authorizedClient let fileData = "testing data example".data(using: String.Encoding.utf8, allowLossyConversion: false)! let request = client?.files.upload(path: "/test/path/in/Dropbox/account", input: fileData).response { response, error in if let…
-
Access Type - Full Dropbox
I connected to a new app that requested which file I wished to allow access in Dropbox. I made my selection and then checked my security settings in Dropbox to verify which file was granted and it says I have granted full access of my Dropbox account to this app. How can I confirm which is correct? I only want the app to…
-
Need information regarding release date of V2 SDK for PHP
Hi , We have used dropbox API V1 in our PHP application. We wish to upgrade the version to V2 as V1 is being deprecated by June - 2017. But after research we found that PHP SDK are not available for Dropbox API V2. Can you please guide us on about how to proceed on this ? When will SDK's for PHP for Dropbox API V2 be…
-
API v2 - get total space on the cloud (Android)
Hi! I can not find anywhere in com.dropbox.core.v2.DbxClientV2 possibility to get info about space on drive. It is quite easy using com.dropbox.core.v1.DbxClientV1 but it will be soon deprecated, if I did understand correct, yes?
-
CancellationToken ?
How can I cancel Task<> from async methods in Dropbox C# SDK? I don't see how I can set CancellationToken for them. I thought there is something like: public Task<Metadata> GetMetadataAsync( string path, bool includeMediaInfo = false, bool includeDeleted = false, bool includeHasExplicitSharedMembers = false,…
-
OAuth2 using WebView
How may I create a WebView in Android to process the user's authentication? Thank You in advance.
-
Dropbox API - How to access the App folder from browser?
I was trying to use the Dropbox API to download images from my computer to my Android phone. I started by setting up the API with the App folder option checked. When I open www.dropbox.com/home the apps folder is not showing up. I installed dropbox in my computer and synchronized and I was expecting the API apps folder to…
-
How to compile and run the DBRoulette example for iOS
I'm trying to get a better handle on how to use the objective-C Dropbox SDK. How do you compile and run the Example project DBRoulette? I've tried opening the DBRoulette xcode project, but it cannot find the header file for the framework: /…
-
after i upload the file using API ,How can i append some text to it
after i upload the file using API ,How can i append some text to it , please give me sample on java or python like i have big file 100 mb and i need to sync the new partial or append it such asi have text file i need to append some line on it
-
Dropbox Xamarin OAuth Flow Question - Retrieving the Access Token
Hi there, I have a mobile app on Android that uses Xamarin's tools to do some basic dropbox operations. In the past we used the Sync SDK to use dropbox quite easily. With the June v1 shut off coming up, I'm now in the process of updatng the app to use v2 Core API, namely with techniques shown in the Java SDK examples(I've…
-
Search not returning all results in v2
In version v2 , only prefix based search is working. I have a file DISADVANTAGE.JPEG in my account. In version V1, on searching substring "dis" or "adv" , Search result contained this file. However in version V2, searching the substring "adv" doesnt show this file . ( searching substring "dis" , displays this file.)
-
How to save a file in my dropbox from dropbox shared link
if a user choose a file from his dropbox account with dropbox chooser , how can i save this file to my dropbox automatically
-
Paper API date created and last updated
Hi there, We're using the Paper API to index docs for a new search app my team is working on. We couldn't work out how to get the date the Paper document was created and when it was last updated. Is this in the API? If not is there a plan to add it? Thanks! AJ.
-
Login authorisation APIV2
I am usin this metod in-viewdidLoad to authorize loginf rom the login browser controller of dropbox. [DBClientsManager authorizeFromController:[UIApplication sharedApplication] controller:self openURL:^(NSURL *url) { [[UIApplication sharedApplication] openURL:url]; }]; but after first time it is approved and when i cam…
-
iOS app approval
Hello Team, I am using dropbox api's to share the files through my app. For sandbox mode, I have reached to 50 users now. Now I want to use the production mode for my app. To get the approval it is written as, I need to send build to you using testfilght. I want to know, can I share the app video or screenshots for usage…
-
SwiftyDropbox createSharedLinkWithSettings (was createSharedLink)
Googling around led me to cocoadocs.org which seems to have an older version of SwiftyDropbox. It has createSharedLink(path:shortUrl:pendingUpload:) "Create a shared link. If a shared link already exists for the given path, that link is returned." which is exactly what I want.…
-
Rename folder and file in iOs Using APIV2
How we can rename a folder or file in the IOS using objective c. I am using apiv2. Thanks in advance.!!1
-
V2 session in Android
How can I store dropbox v2 session in android. I have followed the tutorial from dropbox sample app but its not working for me. I need some exact solution. It was much more easy to create and store session using previous sdk. Not able to find accurate samples or tutorials for new V2 android sdk.
-
SwiftyDropbox calling upload N times
If I call upload N times, the calls return immediately, but will SwiftyDropbox create N simultaneous uploads or queue the uploads and upload one after another?