Explore Dropbox Developer & API discussions with developers like you.
Is there any possible way to open a folder using api? right now we open a url, and from there Right-click onto a file -> Open In -> File Explorer this can take time to do I want to know two things, 1) After opening the website, if there is a shortcut that can do the same (example CTRL+1) Right-click onto a file -> Open In…
I am able to use OAuth and can confirm access to my dropbox account using the dropbox API. But when I run dbx.files_list_folders('').entries. I am getting dropbox eceptions.ApiError: ApiError('stringofstuff', ListFolderError('path', LookupError('not_found', None))). I am simply trying to see what my code can see so that I…
hi, I'm struggling a little to find out whether what I want to do is feasible with business dropbox. Basically we're exploring an idea for a specific industry, which has a key requirement for document storage and e-signing. I know it's obvious that dropbox provides these services, but specifically, we are looking at having…
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…
It looks like you're new here. Sign in or register to get started.