-
![CDATA[ // ]] issue when using Embedder.
![CDATA[ // ]] issue when using Embedder. Was working fine for months no idea why broken now. full text: <script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="un64ye2x02vvxlk">// <![CDATA[ // ]]></script>
-
Bad HTTP "Content-Type" header from the Dropbox API
When I try a request to Dropbox API(v2), I am getting this error , "message": "Error in call to API function "users/get_current_account": Bad HTTP "Content-Type\" header: "application/x-www-form-urlencoded". Expecting one of "application/json", "application/json; charset=utf-8", "text/plain; charset=dropbox-cors-hack" I am…
-
OAuth2 code is shortlived
I use Dropbox with Virtualmin to make backups of the virtual servers. My problem is that the OAuth2 code is very shortlived and I have to request a new one for every connection, leading to that automatic backups are impossible to implement. It is not my module, it is an integrated service in Virtualmin What is this about…
-
Business - Team Folders account (not team spaces)
Hi, I have a business customer whose backend is still "Team Folders" and not "Team Spaces"... My integration doesn't work for him, and I can't really test it properly because I can't create a "Team Folders" business account... Already created business trials twice - and looks like "Team Spaces" is currently default account…
-
Provide a video of someone implementing OAuth2 in a web app, so we can see how it is actually done.
And don't show it with the App owner's key. Show how to implement where user's of a web app OAuth to Dropbox with their own account.
-
Authorization in UWP apps
As a UWP developer, I ran into the following problem. With the authorization policy change, Dropbox no longer supports the OAuth2 application authorization flow in web views, nor does it support the Web Authentication Broker. Is there ANY workable solution for a UWP app to authorize a user to get a token to upload/download…
-
Getting started using dropbox with C#
Hi I'm an experienced c# developer trying to get started with dropbox coding. I'm looking to write a .net 6 integration to read files from dropbox but initially, I'm just trying to make a proof of concept connection. I've started reading the documentation which has led me to the examples on the dropbox github…
-
Dot Net SDK provided by Dropbox is not updated with TLS 1.2
I AM TRYING TO UPDATE MY APP FROM TLS 1.0 TO TLS 1.2 AND POOR SUPPORT IS AVAILABLE AND REALLY UPSET. ONLY JAVA AND PYTHON UPSTED SDK AVAILABLE.
-
sync dropbox with api
hello Which API can I use to sync a folder or all dropbox folders?
-
how do I set my Swift Dropbox API .upload to overwrite
How do I make .upload overwrite the file if it's already in dropbox? When my swift tries to upload an updated file, I get "API route" error if file already in dropbox. I tried this: let request = client!.files.upload( path: dropbox_upload_pathname, input: fileData, WriteMode: overwrite ) ..but got error "Cannot find…
-
Embedder not working, React error Objects are not valid as a React child (found: [object HTMLDivElem
I've been using the Embedder successfully for years in my app, but suddenly the previews no longer appear and I see errors from the React library such as: Objects are not valid as a React child (found: [object HTMLDivElement]) Has something changed in the JS SDK that is causing this?
-
Backup Guard permissions error
Hello, I've tried searching the community for Backup Guard and haven't seen anything, so I apologize if this has come up before. I've spent a couple of days going back and forth with a representative of Backup Guard (Wordpress backup plugin) about some warnings I was coming across when trying to perform a cloud backup of…
-
How to regenerate expired Dropbox access token of customer (end user)?
We have few customers (end users) for whom we have recently started observing expired Dropbox access token as follows: DropboxApi::Errors::HttpError : HTTP 401: {"error_summary": "expired_access_token/..", "error": {".tag": "expired_access_token"}} All these customers have already provided necessary permissions to our app…
-
/properties/add
https://www.dropbox.com/developers/documentation/http/documentation?msclkid=a5514136c71911ec92ae2fe185487987#file_properties-properties-add How to select a path for document which we want to add by API. Kindly help on the same. I am getting this error: { "error_summary": "path/not_found/", "error": { ".tag": "path",…
-
One Dropbox account Maestral integration not working
One of my Dropbox accounts doesn't work with the Maestral app. I've tried several times on different machines and the status remains as "Indexing" even after letting it run for a better part of the week. I tried moving the same files to another Dropbox account and set up Maestral with that account which actually did finish…
-
Java SDK - Android - Log in error: "Couldn't connect to Dropbox"
My old code uses tokens that now expire after 4 hours. I'm trying to update my Android/Java code to fix this, but I'm having trouble getting past the login ("Allow") screen. My OLD auth code is below, and works, but expires after 4 hours: Auth.startOAuth2Authentication(activity, appKey); My NEW code looks like below. I get…
-
Easiest way to allow users to download single file from any mobile web browser.
Hi. I currently have the Saver method setup, but it doesn't work on iOS chrome, so this isn't a viable solution for me. What is the best option for me to allow any logged-in user to download their video to their Dropbox account, ideally without them having to enter an API key? My site is developed using PHP. Thanks! Craig
-
Files are no longer uploaded to Dropbox from PowerShell script
Hi everyone! Hope you can help me out with this one: We have a VOIP provider which stores calls for a maximum of 30 days, hence, we download them and upload the .wav files to Dropbox so we can have them forever stored. Until a few days ago, we used the following script to automate the process, HOWEVER, now the calls are…
-
How to get at Retry-After when using the .NET API and using UploadAsync to upload
We use the .NET API to upload files using UploadAsync I recently got an error: System.AggregateException: One or more errors occurred. ---> Dropbox.Api.RateLimitException: too_many_requests/. So, I need to ratelimit, fine, I'm OK with that. Elsewhere there's talk about a Retry-After header that tell you how long to wait…
-
Re: The underlying connection was closed error.
I have the same Error, my code: Dim ver As String = "MY dropbox file URL" Dim client As WebClient = New WebClient() Dim reader As StreamReader = New StreamReader(client.OpenRead(ver))
-
Unable to connect to dropbox using the dropbox api to give access to and account
I have updated and app to use the dropbox sdk version 5.2.0, before it used the 4.0.1. The problem I have now is that when I do: DbxRequestConfig requestConfig = new DbxRequestConfig(clientIdentifier);Auth.startOAuth2PKCE(mContext, APP_KEY, requestConfig, scopes); The app launches the popup dialog to allow an account, but…
-
Upload Files Function Powershell - Bad Request
I'm trying to upload files using Powershell to a folder inside our company Dropbox. I'm using a function I googled somewhere (I don't have the URL at hand, sorry about that): function Upload-FileToDropbox { Param( [Parameter(Mandatory=$true)] [string]$SourceFilePath, [Parameter(Mandatory=$true)] [string]$TargetFilePath,…
-
How to continue if the connection is interrupted.
Hi everyone. File unload question. How to continue if the connection is interrupted. An example of my code. using (var stream = new FileStream(file, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) { int numChunks = (int)Math.Ceiling((double)stream.Length / chunkSizeByte); byte[] buffer = new byte[chunkSizeByte];…
-
500 error Request url '/2/files/upload_session/append_v2' method 'POST'
I bought a Dropbox 2 TB subscription to store backups of my site, but I get a 500 error when uploading backups to Dropbox storage. This happens when uploading a 22 GB site in a .gz archive Here are the problem logs. Can you help with this? [2022-04-22T04:47:53+03:00] ERROR 'site.com' upload have been ended with error,…
-
CC3200 No expiration token
Hi, Our IOT devices use the CC3200 chipset and drop box for OTA updates. Now It is not working with short lived tokens. Is there any workaround to get the "no expiration" token? Regards, Sundar
-
Displaying file from Dropbox into a WebApplication using Dropbox API
Hello, I want to find the best way to view a file like a video or image from Dropbox into a Website using HTTP or Javascript SDK for example I'm trying at least to download a file using the shared link and CURL I also have a question should I use double quotes or single quotes with CURL in the Doc of the website there is a…
-
Trying to get dotnet batch upload working (to solve "too many operations" issue)
Hi, I'm saving a lot of log files from parallel process and running into "too many operations" exceptions occasionally (I already rate-limited them to 1 per second start rate to deal with a rate limit issue) and saw mention of using batch upload to address this, so I'm trying to do so but I'm missing something somewhere…
-
Unable to correctly upload images using the Dropbox API in Matlab
I am trying to upload an image to Dropbox using the Dropbox API and Matlab's webwrite function. I get a successful response when running the below code. However, the response says 'size: 215' when I know the size of the image should be lower than that. Furthermore, the image uploaded to Dropbox appears to be corrupted. It…
-
how can I generate a resfresh token automatically, java web app
Good Morning everyone, I have a question about my java web app and automatic refresh token generation: I have my access token and appName stored in application.properties file. After that, I have a configuration class that contains getter and setter of my properties. Finally I hava a customized java class with different…
-
Displaying the count of files with the help of team_log/get_events API
I am trying to use team_log/get_events to get the count of files in a specific dropbox path that has been added at a given date/time frame. There are lots of categories/events inside it. Does anyone know which specific category should i use to do that operation? Thank you!