2,374 questions
0 votes
1 answer
270 views
How to solve "path/not_found" error with Dropbox API
In a n8n workflow, I want to make a request to the API to download a video file from a folder inside Dropbox, however when I run the node, and error "path/not_found" appears. I'm not ...
1 vote
0 answers
66 views
Why is Current Dropbox Python API Delayed 100 Seconds When Listing Files?
I'm using the most recent Dropbox Python API (12.0.2) to list files in a Dropbox Application: dbx.files_list_folder succeeds, but it takes just over 100 seconds for the call to complete. 100 seconds ...
0 votes
0 answers
111 views
Issue getting response from Dropbox's /oauth2 process using microsoft access vba
Issue I cannot get Dropbox's /oauth2/token to work within Microsoft Access VBA. Downloading dropbox files is easily done using the following code in a vba sub. Dim xmlhttp As Object Dim myurl As ...
0 votes
1 answer
60 views
downloading shared Dropbox folders via python API
python 3.8 I've a Dropbox account which is sharing some folders from another Dropbox user. I can see and download these shared folders manually . But there are thousands of folders. I've created a ...
0 votes
1 answer
61 views
Dropbox list_folder limit does not work as expected
I have a curl call curl -X POST https://api.dropboxapi.com/2/files/list_folder --header 'Authorization: Bearer {{ACCESS_TOKEN}}' --header 'Content-Type: application/json' --data '{"path":&...
-1 votes
2 answers
135 views
How to get last modified time of a folder in Dropbox using java api?
I know there is a method available for getting last modified date of a File (filemetadata.getClientModified). But, there is no method for getting last modified date for a Folder in FolderMetadata. How ...
0 votes
0 answers
46 views
Access dropbox file - The remote server returned an error: (404) Not Found
I'm new in this type of access. I wrote this code but i have the error in objet to recover the list of files in dropbox. Dim token As String token = "sl.B6........." Dim _command As String ...
0 votes
0 answers
61 views
Activity not launched using deep linking to display browser page - MAUI
I have a Xamarin Forms app that I'm converting to MAUI. For Android, I've brought across working Xamarin code that authenticates on Dropbox. It's placed in a MAUI service. But on MAUI, the ...
0 votes
1 answer
70 views
How to get the browser view file link of a file using Dropbox python API?
I am using the python api for dropbox and my question is the same as this one except I would like to get a link which shows the image in the browser. Not a link which downloads the files. So I have a ...
1 vote
0 answers
34 views
NextAuth problem: how do I restrict access to Credentials logged-in user but also use Dropbox and Instagram Providers?
Nextjs/NextAuth project. The app is controlled by session based on a login via the Credentials provider. Dropbox provider is used to provide AccessToken. The problem is that the Credentials session ...
0 votes
0 answers
51 views
Trouble Obtaining Refresh Token Alongside Access Token from Dropbox OAuth2 in Local Environment
I'm trying to integrate Dropbox into my web application using OAuth2. My code seems to be working correctly, but I'm only receiving the access token and not the refresh token upon successful login. I'...
0 votes
1 answer
69 views
Access folders and content contained by dropbox namespace
I have a Dropbox account that is linked to a team. The folder structure resembles this: /[My Name] /Lorem Ipusm ... /My Company Team Folder /Topics /Topic A - File A - File B ...
1 vote
0 answers
34 views
Issues with MetadataV2 DropboxApi V2 ASP.NET
I have been trying to create a "login" for the students in the company I work with, which is not really a log in but more of a system so that students access their own folder (which has ...
1 vote
0 answers
73 views
Dropbox API in Android studio exception caused by OpenSSLSocketFactoryImpl
I am building an android app in Java for personal use, that would make use of the Dropbox api. When I run a basic local unit test, I can make the simple call, that returns my username with the dropbox ...
1 vote
0 answers
92 views
Why do many on-line tools that can work with Dropbox or Google drive have no support for MS One drive?
While looking for a decent in-browser Markdown editor that could be connected to MS One drive, I noticed an interesting thing. A few fairly popular editors have possibility to work with files stored ...