Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
295 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
0 votes
0 answers
79 views

I'm looking to build a tracking sheet in Google Sheets that would confirm when a certain document has been added to a Dropbox folder. Effectively, I'm sending a Dropbox link to 100 suppliers, each ...
Russell Manning's user avatar
0 votes
0 answers
72 views

We use a field software (Trimble Access) which runs on Windows 10/11. The software looks at a certain location (C:\ProgramData\Trimble\Trimble Data\Projects) for the files it runs in its program. We ...
surveyVBA's user avatar
0 votes
1 answer
58 views

Someone in my org has shared a Dropbox folder with me. I wish to use the Dropbox .Net SDK to upload files. I can see the folder with Sharing.ListFoldersAsync(). If I try to upload it just puts creates ...
tim's user avatar
  • 1,389
1 vote
0 answers
62 views

I want to create a form with a dynamic search box in it for users to find what the want. I have a table in may database with more than 1000 rows. I want to make my dropbox a dynamic search box which ...
Daryush's user avatar
  • 190
-1 votes
2 answers
90 views

I want to retrieve datas from shared Dropbox link and show them in a listview in my WPF project. I looked throught the topics that were opened regarding this issue but i couldn’t find the solution. I ...
Gokhan's user avatar
  • 495
0 votes
1 answer
35 views

Is there any way to generate download link to access file that already uploaded into dropbox. Upload script: dbx.files_upload(file.read(), "dropboxfolder/1.txt", mode=dropbox.files.WriteMode(...
YUID DAAI's user avatar
1 vote
0 answers
26 views

Is there any way to upload file from Django to Dropbox as code below for your reference: Created one folder in root directory than copy all files from root directory to dropbox. TOKEN = "xxxxxxx&...
YUID DAAI's user avatar
1 vote
1 answer
56 views

I'm trying to get the url from the dropbox function: createSharedLinkWithSettings, the problem is that it returns me: null I have the dropbox free plan, could that be why? However I'm working on ...
Vinx's user avatar
  • 35
0 votes
0 answers
47 views

I have a HTML page that offers a textbox in which the viewer can write certain keywords. After clicking ENTER, the images are loaded in iframes according to the keywords. My problem is: how do I write ...
Nikki's user avatar
  • 1
2 votes
0 answers
98 views

I have implemented refit from here and it is working for any png image on any site, but for dropbox, when I download from url it gives html text instead of encoded png text [Get("/{url}")] ...
Angularjsguy's user avatar
0 votes
0 answers
79 views

First of all I would like to apologize but this is the first time I use these tools (HttpClient and SendAsync ) I'd like to download asynchronously a file ( video / image / text ) from dropbox by the ...
Luca Geremei's user avatar
-1 votes
1 answer
73 views

I'm trying to load data from a folder on dropbox into python on vscode. I'm pretty sure I know how what the filepath should be (file_path = "/Users/USERNAME/Dropbox/FOLDER1/FOLDER2/FOLDER3/FILE....
Anika Krishnaswamy's user avatar
-2 votes
2 answers
81 views

I was trying to upload files to my dropbox account reading dropbox api documentation. I got a temporary upload file link when i did the following cURL command curl -X POST https://api.dropboxapi.com/2/...
hafis's user avatar
  • 133
1 vote
0 answers
143 views

I was trying to set upDdropbox OAuth in my app, the following is the handler for grantapi, the grant api redirects the user to dropbox authentication page its address is localhost:8089/api/grant func ...
hafis's user avatar
  • 133
0 votes
0 answers
83 views

I am trying to retrieve a Dropbox Token without having to manually generate it. I found various competing approaches to doing this in a Google Sheets Apps Script. I have come perilously close, but I ...
Gary K's user avatar
  • 1
0 votes
1 answer
97 views

I'm developing a client-side-only web app that will use the Dropbox JavaScript SDK to allow users to store their work in a folder in their Dropbox (at /Apps/MyAppName). I've done this: In the ...
Nathan's user avatar
  • 1,713
1 vote
1 answer
72 views

I intend to save images locally to Dropbox Cloud so that I can get URLs to store in my database, but the problem is I see Dropbox just storing image URLs in 4 hours after that time it will disappear. ...
Hau Chung's user avatar
0 votes
1 answer
49 views

I creating app for uploading files into Dropbox. Right now I stuck working with files / folders inside Dropbox. By this tutorial I create this method for getting data about folders and create new ...
Milousel's user avatar
2 votes
1 answer
118 views

after updating Dropbox SDK API from Version 5.4.6 to 6.1.0 (in Java) Auth-Class isn't recognised. dropbox-core-sdk:5.4.6' -> dropbox-core-sdk:6.1.0' I use Auth-Class for PKCE Auth-Flow for ...
GGK stands for Ukraine's user avatar
0 votes
0 answers
37 views

I'm using ActivityResultContracts.CreateDocument() to allow users to pick a destination for a file I need to save and then I'm using this kind of code to write data to the file identified by the uri ...
algrid's user avatar
  • 6,034
0 votes
1 answer
87 views

I have an issue with loading data from a Dropbox folder, and have absolutely no idea why. Several posts suggest that the issue can be solved by closing the file before loading it, but it's obviously ...
Fred-LM's user avatar
  • 342
0 votes
1 answer
162 views

I have a shapefile stored in a Dropbox folder that I would like to display in a Shiny App. I am able to download the .zip file from the Dropbox download URL, unzip the file, then read the .shp file ...
via1408's user avatar
0 votes
1 answer
80 views

Still on dropbox (https://www.dropbox.com/login),once I inserted the email in the login box (working), trying to click the forward button doesn't work by simply "clicking" the xpath: '/html/...
Michael Wernli's user avatar
1 vote
0 answers
184 views

I am picking a dropbox file and saving it as a bookmark using bookmarkData in my iOS app. It works perfectly func addBookmark(for url: URL) { do { // Start accessing a security-...
Aadhil's user avatar
  • 13
0 votes
1 answer
61 views

I am working on integrating dropbox APIs for accessing files/folders from dropbox, from the dropbox dev console I am getting a access token but that was expired in 4 hours, and then APIs showing me ...
Yashraj Singh's user avatar
-1 votes
1 answer
50 views

POST https://content.dropboxapi.com/2/files/download Error: You have reached your cloud agent usage limit Network Request Headers authorization: Bearer sl.xxxxxxx dropbox-api-arg: {"path": &...
Riony's user avatar
  • 1
0 votes
1 answer
119 views

I’ve tried the AU class on  Using Design Automation for Revit for Displaying RFAs in the Forge Viewer to Convert the .rfa files to .rvt files so that can be performed via Autodesk Platform Services ...
Sajad Shorbi's user avatar
0 votes
1 answer
761 views

I have a dropox business user which is member of the team. I would like to see the filesystem with the API like when I just login to dropbox.com: Member and team files and folder. So I'm creating a ...
user1383029's user avatar
  • 2,155
1 vote
0 answers
58 views

So I have my application running on windows for 5 years now. I have around 800 processes running in 5 different Machines. 5 / day lately are hanging on this: I also managed to find the socket pid and ...
Si si's user avatar
  • 356
0 votes
0 answers
199 views

I know there is a way to embed previews using Dropbox Embedding, but this doesnt seem to work for me at all. The documentation I am referring to is this: Using the Embedder The anchor tag is simply ...
AlvinfromDiaspar's user avatar
0 votes
2 answers
72 views

This is a continuation of my previous question. I am using the following script to get the publicly accessible file link: function listDropBoxFiles() { const accessToken = "sl.BpQiX-...
EagleEye's user avatar
  • 522
0 votes
1 answer
100 views

I have a script (proposed by @Tanaike) that gets file details from a specific folder of Dropbox. Here is the code snippet: function listDropBoxFiles() { const accessToken = "###"; // ...
EagleEye's user avatar
  • 522
0 votes
1 answer
208 views

I tried alot and this is my python code to use manually generated access_token and incase its expired (as its lifetime is 4 hours only) so it wll use refresh token to refetch new access token, however,...
Ahmed Murtaza's user avatar
0 votes
1 answer
102 views

How to generate Dropbox access token without logging in button. I have created method to setup oauth2. However it demands to login every time to get a new access token and to refresh oauth2 after ...
Ziscom 18's user avatar
1 vote
1 answer
78 views

This is a continuation of my previous question for which @Tanaike proposed a very good solution to get files from a specific folder. However, it needs modification if there are subfolders in a ...
EagleEye's user avatar
  • 522
0 votes
0 answers
167 views

I am creating a questionnaire using shiny and I would like to save the answers on dropbox. Everything works fine for a while if I run on its own drop_auth() and then I manually consent the access once ...
Giorgio Zavattoni's user avatar
-1 votes
1 answer
661 views

I am trying to list the names and URLs of all files from the folder and subfolders of Dropbox. I found the following code snippet that Cooper proposed in a similar question: function dbxFileUpload(...
EagleEye's user avatar
  • 522
0 votes
1 answer
109 views

I am attempting to get a list of timestamps for when files were last viewed or accessed, as in the file activity. Reading through the API documentation, I can see references to created and modified ...
Benjamin's user avatar
  • 3,980
0 votes
1 answer
138 views

I'm trying to use the Dropbox integration of enter link description here. The normal upload of files using their XHR uploader works fine. I then added their Dropbox integration and set up a Dropbox ...
xotix's user avatar
  • 532
1 vote
1 answer
112 views

I have a windows form with a drop box I need to save the selected index, but out of the lambda scope the variable is still set to zero $List = New-Object system.Windows.Forms.ComboBox $List.text = “” $...
pf12345678910's user avatar
-2 votes
1 answer
62 views

import os import dropbox # Replace 'YOUR_ACCESS_TOKEN' with your Dropbox access token ACCESS_TOKEN = '' def main(): # Initialize the Dropbox client dbx = dropbox.Dropbox(ACCESS_TOKEN) # ...
totzillarbeats's user avatar
2 votes
2 answers
9k views

Following is the process i generate direct download links for files uploaded in Dropbox. By direct link i mean which directly start download from browser or can use programmatically to download the ...
SalmaBegum's user avatar
1 vote
0 answers
267 views

I am trying to upload files from NetSuite into DropBox using Suite Script. I am able to upload text and csv files successfully but for files like PDF,DOC,ZIP (binary files). I am unable to upload it ...
HiddenOne1254's user avatar
-1 votes
1 answer
305 views

So I recently made a bot that can move files around where needed on my pc, however I would like some things in the cloud with direct access I also want to be able to share the links to the files to a ...
Daniel Lee's user avatar
2 votes
1 answer
257 views

Please help me figure out how to write Delphi Code correctly to match the outcome of running the Curl POST Command without specifying a body. I am able to run with success the CURL command and it ...
Dan Catalin Cerba's user avatar
1 vote
2 answers
368 views

I have a script that uploads data to Dropbox every hour. Unfortunately, I made a mistake and the script has been overwriting the existing file with each new upload. Consequently, I only have one data ...
Mengyang Cao's user avatar
-1 votes
1 answer
1k views

Because I had a lot of trouble working out how to download files from Dropbox, Google Drive and OneDrive URLs in C# Xamarin Forms (without resorting to drive APIs), sharing my solution below. In the ...
BillF's user avatar
  • 1,176
0 votes
1 answer
280 views

I want to upload LMDB file from dropbox into storage of google colab with following code !wget https://www.dropbox.com/sh/..../tr.lmdb?dl=0&lst= LMDB files uploaded with named by tr.lmdb?dl=0&...
kobi's user avatar
  • 33
0 votes
1 answer
332 views

I currently try to automate some things I do with dropbox. I use python to upload files to dropbox and send a link to the file to my clients. The catch is that the link has to expire after 30 days ...
ConfusedGerman's user avatar

1
2 3 4 5
71