-
client_modified on filesListFolder entries all in UTC, lose TZ info
Hi, I have Automatic Timezone set to ON in my account but all the entries returned from an api call to filesListFolder are in UTC. When I download a file on Windows then right click -> Properties -> Details I see the following: with has the tiem with the correct timezone. Is there a way to get this information from the api…
-
Could not load file or assembly 'Dropbox.Api, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null'
Just downloaded via NuGet the .NET SDK (v5.5), refreshed the reference to Dropbox.Api in the projects, and now the .NET projects that successfully used the previous SDK (v4) are now throwing this error when attempting to load the Dropbox.Api reference: "Could not load file or assembly 'Dropbox.Api, Version=5.0.0.0,…
-
Dropbox does not recognise the Edge Browser
I have reinstalled Dropbox to see if a pst problem has resolved itself. Unfortunately not. I am saving a file to Dropbox locally from RootsMagic genealogy program. It brings up a Dropbox link stating that my Browser is not supported. The Browser I am using is Edge with some added security. This is the same set up I have…
-
Flutter How to print selected value on textfield when keyboard is hide
hellow thank you in advance can you help me....! i made dropbox under the textfield..and in that case...i dont want keyboard...! but when i selecte value from my items then that value is not printed on my textfield...! let me explain you as live... if you are a existing custmor the value is shown on textfield and when you…
-
Dropbox upload session append - incorrect offset
Hey, I'm working on a dropbox upload function in java (coldfusion). The simpel upload works perfectly, but I'm having troubles with the session upload. Here is what I try to do: >I have an image (20 MB) >I start the session and add the first chunk (chunks of 4 MB = 4194304 KB) >The first append I call after the start…
-
Dropbox mobile website login issue
I am integrating the Dropbox Chooser component on my web app. It works fine in Desktop. However, the component doesn't work on mobile and the authentication doesn't work . I see the Chooser component on mobile, click on it, go through the login process and ultimately, I get redirected to…
-
What is the download limit using unique API links?
About this endpoint HTTP - Developers - Dropbox /get_temporary_link Is there any bandwidth limit that I should be concerned with when using it?
-
I'm integrating Dropbox with RStudio on an Azure Virtual Machine and need help to set it up
With the library from https://github.com/karthik/rdrop2 I can easily integrate Dropbox with my local PC installation using RStudio. However, I have my RStudio which is on Azure Virtual Machine, and when I issue the same commands, it has error. Azure Support engineer asked to me find out what is the Public IP address for…
-
SWT browser deprecated ?
Today, when I try to open the dropbox /authorize webpage with a SWT browser, I get this error : While it was working all this time, that seems new to me that Dropbox doesn't support the SWT browser anymore? Can someone share the new Dropbox requirements ? Thanks
-
Downloading a file from a shared folder PHP CURL
I have a business account and we have files in a shared folder. I currently can list of files within folder and this is an example of response I get #items: array:500 [▼ 0 => array:12 [▼ ".tag" => "file" "name" => "file.mp4" "parent_shared_folder_id" => "8693457712" "id" => "id:6_UMBoPQ5zAAAAAAAAAqcQ" "client_modified" =>…
-
Receiving Incomplete data in Continue API when Moving Existing Folder into a New Folder
Hello Team, We are working on webhook functionalities. Here we are trying to move an existing folder with files into a new folder. But here in this scenario from continue API we are not receiving the expected response as receiving in other scenarios. In other scenarios like when we move an existing folder having files into…
-
how to recognise files after un-assigning a dropbox account? (c#)
Hi there, After unassigning a dropbox account as it doesn't work very well with a few TB of data on dropbox, I've had build an app to sync the files instead of using the Dropbox app. But now trying to sync these online is causing me an issue as most of the files that are on the computer are empty. (file size on disk…
-
dropbox API error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))
Hello I am trying to create weblinks for files on my dropbox account. print(dbx.sharing_create_shared_link_with_settings("/Apps/Noemiephotos/test.jpg").url) I am getting this error: SharedLinkWithSettingsError('path', LookupError('not_found', None))) I also tried "/test.jpg" since the app only as permission to its folder.…
-
Short-lived tokens: iOS vs Android
After having successfully migrated my app in both the Android and the iOS platform, I am curious about something. Why were the changes for Android so much more complicated than the changes for iOS? For Android, I had to handle persisting the string version of a new DbxCredential object and still create a new DbxCredential…
-
Padding around elements in /oauth2/authorize login UI
Is there any way to get the oauth2/authorize page to put padding around the login UI? My app's UI looks like this (I'm not using the iOS SDKs, I'm using the REST API directly, so that I can present the auth interface in a custom way): The popover contains a plain UIWebView. However wide I make the popover / webview, the…
-
Objective C deletebatch method does it have any 1000 limits?
I looked through the api but I can't find if the deletebatch method has limits. https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)batchUploadFiles:queue:progressBlock:responseBlock:
-
How to know the progress of deleteBatch:
I want to know the progress of deleteBatch: in Objective-C API. The process periodically calls deleteBatchCheck: and waits for deleteBatch: to finish. If I delete a lot of files, the wait time is quite long. So I want to know the progress. I tried using setProgressBlock :, but it returns 100% immediately after calling…
-
My migration plan for Android app (short-lived access tokens)
In looking at the various examples of implementing short-lived tokens in Andriod, I wanted my implementation to use more primitive methods, instead of DropboxClientFactory, PicassoClient, and DbxRequestConfigFactory. So here is what I have done, trying to pattern my code after the code in DropboxActivity, and adapting it…
-
Powershell File Upload - Bad Request
Hello, First off, I did search the forums. This post , titled the same as this help request, seemed similar but was not helpful. I have the following simple curl upload working fine: curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer MyKeyGoesHereButThisIsNotReallyIt" \ --header…
-
Re: Upload zip file via Dropbox Api and curl
Hi Greg-DB, What modifications are required to upload large files (~50gb) using curl on a CentOS server? My apologies, I am quite the newbie to bash! This is the code: curl -X POST https://content.dropboxapi.com/2/files/upload \ --header "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXX" \ --header "Dropbox-API-Arg:…
-
Dropbox search returns duplicate entry for paper type
I am a new user to Dropbox, when I use global search it returns 2 entries for Getting started with dropbox paper. This is happening with search_v2 api also. Someone clarify if this is the issue please
-
Re: Dropbox authentication error with UpdraftPlus from Wordpress
Same issue here, 404 on connection between Updraft Plus and Dropbox and error message invalid client id 30+ sites connected not backing up, Help!
-
Latest Dropbox API with Newtonsoft.Json 12.0.3
Hi, I am using the latest Dropbox API 5.5.0 in my C# project, I have Newtonsoft.Json 12.0.3 installed (as the dependency says Newtonsoft.Json (>= 7.0.1)). When I try to get the Access Token, I receive this error Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0, Culture=neutral,…
-
how to email picture to dropbox and get the to display on website
I am trying to get my photos to display on my website i need it to upload the newest image there is some one that is doing this every thing but we have No idea who it is and have not been able to track them down for 3 years I pulled the coding see here src="https://www.dropbox.com/s/xga8m03ap65sqsw/image00.jpg?raw=1" the…
-
How to move file from one dropbox folder to another using c#.net
Hi, I am using dropbox api in my c# code to upload files in dropbox. Now I want to move file from one dropbox folder to another dropbox folder using my c#.net code. I am using moveAsync of DropboxClient. But file not moving .Received error "to/conflict/folder/...". Can anyone help on that. sharing my source code: public…
-
Basic App Authentication
Hello! Is it possible to use basic app authentication as outlined in this article? The response I am receiving is: Error in call to API function "files/get_metadata": Invalid authorization value in HTTP header "Authorization": "Basic xxxxxxxxxxxxxxxxxxx xxxxx". Expecting "Bearer <oauth2-access-token>". Any help is…
-
Pause Sync while a specific application is running
Is there any kind of trick or maybe a script to automatically PAUSE the synchronization while a specific programm is open? Detailed Info: I'm a music producer and am working with Digital Audio Workstations (DAW) and a lot of different projects; therefore Dropbox has to sync a lot of smaller files instead of a few large. I…
-
2/team/team_folder/create error
Hi Team, I would like to ask about endpoint team_folder/create. We are writting tests but we cannot make request using this endpoint. I read here on forum that our team is set up to use the "team space" configuration and that we should use different endpoint but we cant use different endpoint for our tests. We need to test…
-
Short lived token - Android user experience
What should the user experience be like for someone using my Android app after migration to short-lived access tokens? Currently we save a long-lived token in persistent storage for the app, so the user normally only authenticates once for the life of the app. It seems that the user authentication happens either in Dropbox…
-
Files not being downloaded completely
Hi, I am using the following code and noticed that my file is not always downloaded completely. It even optimised with a loop (found online) but this did not solve the problem, can you please help? using var response = await DropboxClient.AsMember(memberId).Files.DownloadAsync(path).ConfigureAwait(false);…