Explore Dropbox Developer & API discussions with developers like you.
How can I write a programm to delete a folder in my dropbox. There are all permissions set. The accesstoken is ok. I'm able to create a folders in my code. Unfortunately deleting a folder results in a 'bad request'. My folder structure is Main/ ....2023/ ....2024/ Here is the code segment: using (HttpClient httpClient =…
hello, sir. How to get of Dropbox error code into Laravel error message? please help somebody.
Hi, we have a requirement to delete documents after a set period, not only in Teams folders, but in user personal folders too. To do this, I’ve set up an application, got an access token and I’m iterating through several loops to get the member ids, get the files, get the cursor before getting the meta data via the path…
Hi, I encountered the problem "Error while copying content to a stream" when executing the above code. Is there any way to fix it? try { var chunkSize = 16 * 1024 * 1024; // 16 MB int numChunks = (int)Math.Ceiling((double)fileStream.Length / chunkSize); byte[] buffer = new byte[chunkSize]; string sessionId = null; var…
Hi all, We are trying to use the DropBox embedder in our website to allow users to download files. I have the DropBox folder shared and set to "Anyone with this link can edit". The embedder works find, I can see the folders and files. But if I click the download icon, nothing happens. If I first login to my DropBox account…
I am taking refresh_token from Access code generated offline. I am able to get with refresh_token from the access code generated earlier. Now i have modified permission so i generated new access code , however with new access code i getting the following error {"error": "invalid_grant", "error_description": "refresh token…
I am using the js sdk like this const client = new dropbox.Dropbox({ accessToken: config.accessToken, clientId: config.appKey, clientSecret: config.secretKey,});dbx.auth.setRefreshToken(config.refreshToken);await client.filesUpload({ path: '/folder/image.jpg', contents: buffer,}); But I am getting this error 'No auth…
Embedding Pptx document with Dropbox Embedder loads a single page of Pptx document. I'm not able to paginate on document it is also breaking the format and embedding it like a Pdf document. I'm using the following code for embedding // Code dropboxEmbed = window.Dropbox.embed( { link: dropboxLink, file: { zoom: 'fit', },…
According to the API docs, rate limiting errors (429) will have the following format: The Content-Type of the response can be JSON or plaintext. If it is JSON, it will be type RateLimitError. I've recently seen an increasing number of reports from users of my app, using the Dropbox Python SDK, where 429 errors…
I am new to DB api. I created an app. But when I went to Generate an Access Token, I got an error stating only the admin can do that. So I want to add the admin as a Development User (is that the correct step?) so she can generate a token, but I do not see how to do so. When she goes to the app console, she does not see…
It looks like you're new here. Sign in or register to get started.