3,520 questions
0
votes
1
answer
295
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 ...
0
votes
0
answers
79
views
How to build Dropbox status update in Google Sheets for each folder?
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 ...
0
votes
0
answers
72
views
Symbolic Link Not Picking up New Files
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 ...
0
votes
1
answer
58
views
Dropbox c# SDK how to upload to a folder shared with me
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 ...
1
vote
0
answers
62
views
Dynamic searchbox in C# windows form app with dropbox
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 ...
-1
votes
2
answers
90
views
Get files from shared dropbox link (WPF)
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 ...
0
votes
1
answer
35
views
Python generate download link after upload file in Dropbox
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(...
1
vote
0
answers
26
views
Django upload file to Dropbox [duplicate]
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&...
1
vote
1
answer
56
views
Dropbox - createSharedLinkWithSettings return null
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 ...
0
votes
0
answers
47
views
How can I sort Dropbox tagged images in my Embedder app?
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 ...
2
votes
0
answers
98
views
Refit is downloading html data instead of image (png) from dropbox image url
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}")]
...
0
votes
0
answers
79
views
Client or Request could be null downloading a file asynchronously from dropbox
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 ...
-1
votes
1
answer
73
views
how do i use paths to a folder in dropbox in python?
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....
-2
votes
2
answers
81
views
Temporary upload link led to invalid upload attempt Dropbox error
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/...
1
vote
0
answers
143
views
How to pass client id and client secret from OAUTH 2.0 redirect to callback API
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 ...
0
votes
0
answers
83
views
Retrieve Dropbox Token in a Google Sheets Script
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 ...
0
votes
1
answer
97
views
Different app keys for Dropbox API for localhost and production server?
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 ...
1
vote
1
answer
72
views
400 Bad Request errors with createSharedLinkWithSettings in Dropbox Laravel
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. ...
0
votes
1
answer
49
views
Get Dropbox folders data
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 ...
2
votes
1
answer
118
views
Auth Class missing in Dropbbox SDK Vers. 6.1.0 - How to handle this
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 ...
0
votes
0
answers
37
views
Unable to write to a newly created file on Dropbox
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 ...
0
votes
1
answer
87
views
Issue with loading file from URL, only where located in certain places
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 ...
0
votes
1
answer
162
views
Read shapefile from Dropbox URL into Shiny App in R?
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 ...
0
votes
1
answer
80
views
Login confirm on dropbox
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/...
1
vote
0
answers
184
views
Modifying a file saved as bookmarkData in iOS SwiftUI
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-...
0
votes
1
answer
61
views
Can we get dropbox short lived access token without user's interaction?
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 ...
-1
votes
1
answer
50
views
code: "CLOUD_AGENT_FORBIDDEN" Dropbox download
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": &...
0
votes
1
answer
119
views
Failed to download when requesting to Dropbox within the WorkItem created
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 ...
0
votes
1
answer
761
views
Dropbox API (Python) - How to get access to Team and User files
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 ...
1
vote
0
answers
58
views
PYTHON DROPBOX API process been hang since CLOSE_WAIT socket is not closed
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 ...
0
votes
0
answers
199
views
A way to display a DropBox file in a web app
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 ...
0
votes
2
answers
72
views
Error in getting Dropbox file (mp4) link using exisiting Google Apps Script
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-...
0
votes
1
answer
100
views
Get publicly accessible link of drop box file using Google Apps Script
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 = "###"; // ...
0
votes
1
answer
208
views
Unable to get access_token using Python from Dropbox auth api
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,...
0
votes
1
answer
102
views
Dropbox access token without logging in
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 ...
1
vote
1
answer
78
views
Getting files from subfolders of Dropbox folder using Google Apps Script
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 ...
0
votes
0
answers
167
views
Saving results from shiny on dropbox
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 ...
-1
votes
1
answer
661
views
List the names and Urls of the files from folder of dropbox using Google Apps Script
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(...
0
votes
1
answer
109
views
Using the Dropbox API or their interface, is it possible to get a ‘last viewed’ or ‘last accessed’ timestamp for file activity?
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 ...
0
votes
1
answer
138
views
Missing `client_id` when trying to use Dropbox integration with Uppy
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 ...
1
vote
1
answer
112
views
Powershell - lambda function - modified variable scope
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 = “”
$...
-2
votes
1
answer
62
views
I wrote this code too sort documents in my dropbox but it stops each time at a certain file (the 24th one)
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)
# ...
2
votes
2
answers
9k
views
Generate Dropbox Direct Download Link (Old Method No More Working)
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 ...
1
vote
0
answers
267
views
POST request to upload files as binary data into Drop Box using Suite Script
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 ...
-1
votes
1
answer
305
views
How can I make my discord.py bot upload a file to dropbox and then send me a link?
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 ...
2
votes
1
answer
257
views
Convert CURL POST without body to RESTRequest Delphi Code / Write Delphi Code for Dropbox API /get_current_account endpoint
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 ...
1
vote
2
answers
368
views
How to retrieve all files from dropbox version history?
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 ...
-1
votes
1
answer
1k
views
How to directly download files, including from Google Drive, OneDrive and Dropbox URLs, without API in C# HttpClient
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 ...
0
votes
1
answer
280
views
Upload an LMDB file from dropbox into google colab
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&...
0
votes
1
answer
332
views
Set expiration date for dropbox file link
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 ...