-
Send Dropbox file On Whatsapp
Hello All I have my own web application which is develop by using Laravel Framework. I had created my content management library where I had store all the Dropbox file link in it. Whenever i want to send a file from my content library to whatsapp it is sending only link but i want to send a actual file. Is there any api is…
-
Dropbox Authentication only with code
I need to create a React app that gives the possibility of uploading files on Dropbox, and I'm having some doubts about how to make the Dropbox Authentication with Javascript code. I don't want the user to be redirected to the "Authorization page" where he has to click on some button, but I want to get the permission to my…
-
Sign in does not work on Android OS 5.1 without Google API support
We develop an Android application with Dropbox integration on a dedicated Android device, which is running on a 5.1 Stock Android OS without Google API support. We already implemented a solution to support the Dropbox authentication (and the file upload) via Android Webview, but we realized that the sign in process isn't…
-
Listing folder and specify a depth level of recursivity
Is it possible to specify a depth level of recursivity when reading a folder as below ? ListFolderResult folderResult = client.files().listFolderBuilder(target) .withRecursive(true) .start(); I don't see anything obvious in the doc:…
-
list_shared_links
The following cURL command works: curl -X POST https://content.dropboxapi.com/2/files/download \ --header "Authorization: Bearer myAccessToken" \ --header "Dropbox-API-Arg: {\"path\": \"/Public/086d3dd999a7abab.mp3\"}" \ -o "./086d3dd999a7abab.mp3" The following cURL command does NOT work: curl -X POST…
-
Error sending file via API
Hi, I am using the Iperus tool to send data to Dropbox. The data is 650gb in size. After a long time sending the data, I get the error below: (SendFile # 1: Dropbox server reports the following error: 409 "Conflict" Error code: not_found Summary: not_found / ... Details:) Could you help me on this issue?
-
Dropbox Embed Excel Sheet support
We are using the new Dropbox embedder to show files on our website. It is working overall, with the exception of excel sheet tabs. The excel sheet loads correctly, but on mobile devices the user cannot switch excel worksheets/tabs. There is an overlay menu that has buttons to switch to full screen or to print. I believe…
-
Embedding folders in WordPress.org sites
I have a client that I am building a website for. He's a lawyer and has a folder for each of his clients. He would like to have a place on his site for them to access their folder contents, (as in upload - view - download). The folders are obviously not public. I can see where being able to iframe dropbox.com would work,…
-
Add upload button to a webpage
Hi, I was wondering if it's possible to add an Upload field/button to my website that would save the uploaded files in Dropbox. If there's such a possibility, where would I copy the code of a field/button?
-
Dropbox V2 error 429 when creating empty folders using create_folder_v2 API
I am using dropbox business account for creating folders in dropbox using create_folder_v2 API. But sometimes it does not create the folder and gives the below error. This issue is intermittent. response code when uploading a folder to dropbox[429] and response headers [{Connection=[keep-alive],…
-
Dropbox Javascript SDK - Upload sessions returns an error
Hi All Hope you can help me here, long running project. So Im using the Dropbox SDK from github in a wordpress plugin. A simple form which uploads files directly to a dropbox folder. Im using the same exmaple as the JS example on the repo but I keep getting the following error when uploading chunks of large files. Always…
-
Uploaded Files are Currupt (Flask, Python)
Hey, guys so I'm experimenting with the Dropbox python API using Flask. I managed to upload files but all the files I've uploaded are only 16 bytes in size and are unable to be opened. here's the code I'm using. HTML Form: <div style="text-align: center" class="form"> <form class="needs-validation" novalidate…
-
Dropbox PHP, How to set a password to shared link using php_sdk
I saw when I get the shared link of the recent uploaded file or folder, it can be protected with password. But I am not sure how to do it. $response = $dropbox->postToAPI("/sharing/create_shared_link_with_settings", ["path" => "/BABERZAMAN/hello-world.txt", "settings" => ['requested_visibility' => 'public']]); $data =…
-
Can't login with C# WebBrowser
Dear support, I'm using WebBrowser control to get the token with the Uri generated by DropboxOAuth2Helper.GetAuthorizeUri method. However, when the webbrowser_Navigated event fires, it stucks at this Url…
-
Upload Images and Pdf from ReactJs Web-App
I need to upload images, voideo and Pdf from from ReactKs Web-Application using DropBox UI
-
Add custom metadata to folder
I see you can add properties to a file, is there anything availble for folders?
-
Re: Does Paper still support export as Markdown?
Okay, thanks. I'm trying to download dropbox paper file via files/export API, but arrived html is broken with images. Only 1st image file is live(embedded as base64), but others are dead, `src="https://paper.dropboxstatic.com/static/img/ace/emoji/2753.png"` is embedded. Now I only wish fix this bug, or is there any way to…
-
Can't get access token uses javascript fetch request
Hi everyone, l try to get access token uses javascript fetch in the next way: fetch('https://api.dropboxapi.com/oauth2/token', { method: 'POST', code: AUTHORIZATION_CODE, grant_type: 'authorization_code', redirect_uri: `${REDIRECT_URI}${window.location.pathname}`, headers: { 'Content-Type':…
-
Preview Mp3/Wav Files with Api
I want to preview mp3/wav files with using Api. I've read some topics but they were about doc,pdf,xls files. Can i do it?
-
Javascript Timestamp Format
Hello everyone. I'm using the Javascript SDK to create File Requests via the API. Everything was working fine, but I recently upgraded to a Dropbox Professional account and tried to add the "deadline" field. The documentation on GitHub merely says to provide a "Timestamp" but doesn't explain what format this timestamp…
-
Create shared link for each file in folder, then retrieve those links for database insertion
I'm curious how best to achieve the end-result mentioned in the title? My client has a few folders with a large number of documents that he would like to create shared links for and then insert those links into a MySQL database (rather then going through and creating each link manually, then copy and pasting into the…
-
TaskListFolderAndAccountId does not list all files in the folder
My app is using TaskListFolderAndAccountId to get the list of files and folders from the root directory. It was working fine and list all the files and folders in the root directory without any problem. But recently, without making any changes of codes in the app, it does not list all files and folders, only some are…
-
Error 400 with Download API
Hello Experts, I have a business requirement in which files could directly be uploaded from dropbox through my javascript based web application(SAPUI5). My application is SAP UI5 based web application and the files chosen from dropbox would be stored inSAP servers. To achieve this integration, I am using Dropbox chooser to…
-
Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder?
Digital Picture Frames like https://www.amazon.com/gp/product/B00MTWDG6W/ and https://www.amazon.com/gp/product/B012FRC3PA/ can automatically pull photos from your Dropbox folder. ...but they require FULL READ AND WRITE access to your ENTIRE Dropbox folder. (See screengrab below) They say this is a requirements from…
-
Permissions / Scopes on API (View Folder + Download Only)
Hey guys! I'm currently developing a small program for me and other users and would like know if there's a way to have an "Download Only + View Folder" API Token for my C# program? I'd like to restrict it to download-only + view folder for the app, so I can prevent people to screw around with the token if they ever would…
-
Some questions about security
Hello everyone! I have some questions about the API security. The application I am programming right now is connected to my dropbox account registered as an App that is using a different directory. The problem is the token... For now the token is in a string variable inside the code, because the app will be for other users…
-
I want to get a list of files in a shared folder using Objective-C SDK
I'm using Objective-c SDK v2. I used the initWithAccessToken method of the DBTeamClient class to get an instance of the DBUserClient class. I used the listFolders method of sharingRoutes of DBUserClient to get the shared folders that exist in the root. But, I don't know how to get the list of files that exist in the…
-
Upload a file via Dropbox API and CURL
Hi everybody, Complete newbie here, so the answer will most likely be some sort of syntax error. For work I am running scripts on a server and I would like to get the results automatically uploaded to some dropbox folder of mine. Here is what I am executing, based on some random googling: curl -X POST…
-
Is it possible to share a folder using custom extensions?
I am working on an extension for my company's app and was wondering if it is possible to share a folder using extensions? In other words, instead of specifying a specific extension (such as .jpg) and then finding a .jpg clicking share-> [extension] is it possible to share the parent folder id itself and then download the…
-
Using API to get list folder
Hi! I am trying to use Matlab to get the contents of a folder, my code is: % Generate the custom header headerFields = {'Authorization', ['Bearer ', dropboxAccessToken]}; headerFields{2,1} = 'Content-Type'; headerFields{2,2} = 'application/json'; headerFields = string(headerFields); % Set the options for WEBWRITE opt =…