-
Access Token Generation in Production Environment
The Auto-Generate Access Token Tip & Trick works fine in Sandbox Environment . The doubt is can this approach also be used in Production Environment for one's own account - ( say business e-mail account ) ? Or OAuth 2 Authorization Code Grant Flow has to be adopted ? ( The scenario is where there is a web application in…
-
Get tree of all member directories
Hi, I'm using dropbox api v2 in order to make some integration between dropbox and my own Java application, I have a dropbox business account and my intention is to be able to represent in my application all the directories of all its members for the user Admin , that is, the possibility for the admin user to see all the…
-
API - Create a subfolder in Teams folderand share it with external email
Hi all, I'm stuck with the following - I need to create a subfolder in Teams folder and grant read access to the subfolder to external email address. Is there an endpoint to achieve this? Thanks in advance for any suggestions. Best, Jan
-
How can I save a video from Dropbox to ios device(objective c api ?) and upload to my api ,
i have requirement in my ios application , that in my application there are ddropbox button , on click that button dropbox popup will show and provide a storage data of user (after login in dropbox ) there user can pic videos from his/her drive and save file it to device (ios) what is the steps ? , api ?
-
Two android apps use the same App folder with same app key
We have two apps using the same App folder with the same app key to share data in the same Android phone. We got security alert: Another app on your phone may be trying to pose as the app you are currently using. The malicious app can't access your account, but linking to Dropbox has been disabled as a precaution. Please…
-
How to search file content for all users on a business account?
I've used the Dropbox Admin toolkit to search all users files and folders names and content for keywords. However, I can't export or save that information using the toolkit. Is there a way to use the APIs to search all users' file names and content? I know I can use file/search to search my own but how would I search all…
-
How do I download a file from a shared folder with the API?
The workflow: - I have a Chooser to single select a folder, not a file, not multiple files - I send the share URL for the folder to my back-end, to create a file browser - The user selects several files within the shared folder somewhere - I download the selected files first, and then ALL other files in the folder Chooser…
-
can i pass the email and password in the url of dropbox to automatically login to the dropbox
can I pass the email and password to the url of dropbox to login automatically. Please help me regarding this. Thanks.
-
SwiftyDropbox "unlinkClients" not present in package, can't clear session
Hi, I've recently noticed that I can't get rid of a session with my ios app. When I call `print(DropboxClientsManager.authorizedClient.debugDescription)` even when I call DropboxClientsManager.unlinkClients() from my applicationWillTerminate it still contains an dropboxClient object. What happens right after the…
-
Dropbox API mvc 5
Hello, I am not new to Dropbox, but I am new to implementing APIs, I am a bit confused about the process. I have created my development:status App and have my token. But I can't find solid steps on where to insert the code that was given. I am using ASP.NET MVC 5, my questions include: 1) Where is the best place to insert…
-
OAuth parameterized redirect
I need to add a dynamic query parameter to the redirect url. However, this fails with a redirect url mismatch error. The domain and path are the same as the registered redirect, but I can't add any query parameters at runtime without getting a mismatch error. This doesn't seem to be an issue with google drive or MS…
-
How to display an image from Dropbox folder to MVC razor view
I am trying to access the Dropbox API and would like to display an image hosted on my dropbox server to display on my razor viewMy Controller Action: public ActionResult ThreatsOverviewView() { Models.ThreatsOverviewModel tom = new Models.ThreatsOverviewModel(); List<SelectListItem> imgName = tom.ImageName; string…
-
Trying to create file using rest api
Hello, I am trying to create file using rest api by following request https://api.dropboxapi.com/2/file_requests/create(all needed headers are included) but server is unreachable May I need some enable in dropbox setting?
-
Business Teams/Groups is this possible?
I'm trying to wrap my head around the documentation but it is quite confusing, so I would appreciate if someone who is stuck in to the API already and knows its limitations could answer. Q: Is it possible to be able to add a member to a Group; then in that member's Dropbox accept the shares, make a new folder, and move the…
-
Get files on the basis of extension like .pdf, .docx etc
Hello, I am working with latest Api of dropbox and have implemented https://api.dropboxapi.com/2/files/list_folder the above api and in response i am getting all files and folders. My question is when i make this request i want to get files with specific extension like .pdf or .docx. Do i want to send some extra parameter…
-
copy from google drive to dropbox using a batch file
Hi all, I should need to copy my google drive into dropbox, and I have to do it via scheduled batch job. Is there a way to write a (hope simple) script? thank you! mike
-
Unable to use the add_file_member API (HTTP) with C#
I am trying to use this API but when inputting the parameters by creating anonymous properties, thanks to the "dot" in the ".tag" in "members", I cannot create that property as it will ask for an identifier in C#. Hence I am not able to create the request successfully. Please suggest an example for making an HTTP request…
-
VBA Code to list dropbox folder ownership
I have to transfer the files of several coworkers from Dropbox to Onedrive. Many of these folders are being shared among themseleves. So, the folders to be transferred from each person's account should be those folders owned by each person. This way, after transferring the files, each person will be able to re-share their…
-
Python: copy files between folders with different owners
Dear API support, Is it possible to copy files between folders with different owners? I need to adapt a functioning application for copying files under the same ownership. Thank you for the help.
-
invalid_access_token
Hello, We develop the tool which has an option to upload files to Dropbox. For the correct work with Dropbox, we use Dropbox.Api for .NET Framework version 4.7.0. One of our clients gets the following error message: Dropbox.Api.AuthException: invalid_access_token/. at…
-
Empty response from /2/file_requests/list
I am trying dropbox api. When i tried to list using https://api.dropboxapi.com/2/file_requests/list i get empty response like { "file_requests": [ ] } I tried using api explorer and postman. I verified that there are files in account. The app i am testing has full access. How do i get list of files using http api?
-
Embedding images without sharing for just the using signed in (trying to build an app)
Hi, I'm trying to build an app to sort images. Mostly focused on holiday images. Since I have these spread through my Dropbox(phone camera uploads, dslr saved to a seperate Dropbox folder, shares from others who took pictures). The idea is to make a webapp where I can go trough these images stored on Dropbox and label…
-
Mobile Application(IOS and Android)
Hi there, currently i am working on mobile application for an organization whose requirement are as follow 1. All employees have installed company app on their smart phone i-e android and ios. With which they are able to upload videos, images and text files to the company dropbox account that the company have purchased "I…
-
how to upload files greater than 150 mb with dropbox sdk .net
I've been using dropbox .net api for a while to upload files from an app i created, and it has worked really well so far, but now i'm having a hard time triying to upload files greater than 150 mb. i've read the documentation where it says that i should create an upload session…
-
Get a list of files from dropbox to android application
Hi everybody, I'm new to dropbox developing and I need help with it please. I wrote an android application that needs to get a list of files listing in dropbox. I used the tutorial and part of the code I wrote is: private DropboxAPI<AndroidAuthSession> mDBApi; @Override protected void onCreate(Bundle savedInstanceState) {…
-
#define kShouldPrintReachabilityFlags 1
ObjectiveDropboxOfficial (3.9.1) Cocoapod's DBSDKReachability.m has this line of code: #define kShouldPrintReachabilityFlags 1 Unfortunately, now when reachability is used, reachability status is dumped to the console: 2018-09-20 13:50:20.276079-0700 XXXX[46488:3471796] DBSDKReachability Flag Status: -R -------…
-
Usage of one Dropbox Account and connect to the same account from multiple sessions in an app
Greetings, I will be building a Mobile App that will be connecting to one Dropbox account to get some files and download them to the local storage of the mobile phone. Could I ask if I can use just one account and multiple connections at the same time to it? Let's say around thousands of people using an app in iOS or…
-
How to grant permission for already created file or folders via rest api of dropbox?
Hi, I want to give permission to file or folders using rest api of Drop Box. Note- i want add permission on already added file or folders,not when sharing file or folders.
-
When listing files in a path using api v2, is there a limit of any kind ?
final DbxClientV2 dbxClient = dropboxService.getDropboxClient(user.getAccessToken()); try { final ListFolderResult listResult = dbxClient.files() .listFolderBuilder(path) .withRecursive(true) .start(); .... } Using this piece of code, I get as a result a single folder but in reality that's not the case. This behavior just…
-
Progress Listener for Downloads?
Hello, Just wondering if anyone knows whether the Dropbox API Core (Java) supports some sort of ProgressListener capability OR will I need to write one myself? I have a website that uses the old "dropbox-java-sdk v1.3" (org.syncloud) and this came with a class com.dropbox.client2.ProgressListener that could be used to…