Skip to main content
0 votes
1 answer
270 views

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 ...
Jihzza's user avatar
  • 1
1 vote
0 answers
66 views

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 ...
brycem's user avatar
  • 603
0 votes
0 answers
111 views

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 ...
Mawimu's user avatar
  • 21
0 votes
1 answer
60 views

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 ...
code_warrior's user avatar
0 votes
1 answer
61 views

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":&...
user1130906's user avatar
-1 votes
2 answers
135 views

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 ...
Milindkumar Shinalkar's user avatar
0 votes
0 answers
46 views

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 ...
Luca Geremei's user avatar
0 votes
0 answers
61 views

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 ...
BillF's user avatar
  • 1,176
0 votes
1 answer
70 views

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 ...
user3494047's user avatar
  • 1,723
1 vote
0 answers
34 views

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 ...
dwhynot's user avatar
  • 151
0 votes
0 answers
51 views

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'...
Benk I's user avatar
  • 301
0 votes
1 answer
69 views

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 ...
craig's user avatar
  • 26.3k
1 vote
0 answers
34 views

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 ...
CristianPol95's user avatar
1 vote
0 answers
73 views

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 ...
Keen's user avatar
  • 143
1 vote
0 answers
92 views

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 ...
user21273895's user avatar

15 30 50 per page
1
2 3 4 5
159