-
Script Copy Dropbox Link to Apple Mail
Dear All I want to do a script on my os x sierra which copy the "Copy Dropbox Link" of a file in a new apple mail from the default mail account. Also, in the file name there is an email address - this email address should be placed automaticaly in the "TO" field in apple mail. I am not sure which programming language I…
-
Problem sharing folders and adding team members
I am exploring Dropbox Business API. I am trying to create a shared folder programmatically from a web application and then share it with bonafide team members. My First Business Trial App is created with access type : "Team member file access". FolderMetadata foldermetadata =…
-
Uploading Ignored Files
According to https://www.dropbox.com/help/syncing-uploads/files-not-syncing, Dropbox will not allow certain names: * desktop.ini * thumbs.db * .ds_store * icon\r * .dropbox * .dropbox.attr * Files that start with "~$" or ".~" * Files that start with "~" and end with ".tmp" I understand the Dropbox desktop application not…
-
Upload cuts sometimes the file - corrupted files on DropBox
Hello, i have a problem with uploads on Android apps. I use the c# v2 DropBox api. Sometimes the uploaded file are cutted at the end of a chunk (128*1024) on DropBox drive and no error appears in the code. So at the end there are some corrupted files on DropBox and the Android client has no error state. What can i do? I…
-
[API] Can't download or overwrite a file after uploading it 1 time(android) (have to reload the app)
I'm not able to download or overwrite a file after uploading it 1 time. However when I kill the app and reload it it is ok, I can read it (download the string) but then I upload it and again I'm not able to interact with the file. Here is the code of my function : My functionTo get the string I tried using the download…
-
Dropbox API Integration
I am integrating the DropBox API calls into a web application. I see the following warning during application startup : WARNING [com.dropbox.core.http.StandardHttpRequestor] (default task-50) Certificate pinning disabled for HTTPS connections. This is likely because your JRE does not return javax.net.ssl.HttpsURLConnection…
-
How to sync a sqlserver database to dropbox
I am working on an application where a sqlserver database is centrally located on a dropbox server. The application that is resident on a pc connects to the dropbox database. At first I was thinking to set up the database on the selective syn feature, so it is available in user/dropbox. I saw a thread that suggested that…
-
Mount a folder from a shared link
I have an app with full dropbox access. 1. I poll for changes and wait until some folder is shared with me (/list_folder/longpoll) 2. I get notified when some folder was shared with me (via /list_folder/longpoll) 3. I want to mount that shared folder. But not sure how to do it. If I check list_folder with cursor, I dont…
-
Dropbox API limits
Hi there, I have a few questions on Dropbox API limits: 1. What is the Dropbox download API speed? (Benchmark tests) 2. What is the Dropbox search API speed? (Benchmark tests) 3. What is the daily API call limit per Dropbox Business user or per Dropbox Business team?
-
Cancel Allow screen hangs when using API v2
I am using API v2, I am allowed to login using https screen, then I get to the xxxx would like to access to its own folders, Apps xxxx inside your Dropbox. learn more, with two buttons; cancel and Allow...I select allow, get a blue line, but it hangs and no access to the drop box is allowed... this problem appeared with an…
-
Xcode 9 simulator DropboxClientsManager.authorizeFromController failing.
Using SwiftyDropbox 4.3.0 on iOS. I'm trying to link my app to my Dropbox account on the latest iOS simulator and it is failing with the following errors: -canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)" -canOpenURL: failed for URL:…
-
Restrict Accessing / Selecting Specific File Types
I'm about to integrate the API into a new project and I'd love to be able to restrict the user from selecting file types that we don't support. I've been looking through the docs but am not seeing it (or just missing it I hope). We currently support .docx, .pdf, .rtf, .txt and it would be awesome if we can restrict…
-
How to get access token or api key and secret key using dropbox username and password ?
Hi, We develop upload files to dropbox, we only know each user uernaem and password, using username and password directly can upload files to their own dropbox or need access token ? Each user they provide their username and password only, using this how can get access token or app key and secret key ? i know using access…
-
Tagging functionality using File Property API
Hi, I am implementing tagging functionality using File Properties API with the requirement that user should be able to add unlimited numer of tags to any file. According to the documentation, is possible to add only limited number of File Properties, defined by PropertyFieldTemplate (up to 32 properties in a single…
-
openURL closure of DropboxClientsManager.authorizeFromController(_:controller:openURL:) not executed
I have this code: DropboxClientsManager.authorizeFromController(UIApplication.shared, controller: self) { (url: URL) in print("**!!!**") UIApplication.shared.open(url, options: [:]) { success in print("**!!!") self.navigationItem.prompt = "**!!!" } print("*****") self.navigationItem.prompt = "*****" } I don't think the…
-
Where is the documentation for DropboxClient.files.upload()?
I can't find the documentation for DropboxClient.files.upload() at SwiftyDropbox Reference. I would like to know if that method overwrites the file if one exists in the designated path.
-
Need help managing photos with DropBox
Hello Dropbox! I am trying to set up an automated workflow via zapier for our company juniqe.com: i need to invite new folder members as editors via their email, am am trying to do so via a webhook POST to the endpoint: https://api.dropboxapi.com/2/sharing/add_folder_member with the following data: "{\"shared_folder_id\":…
-
Obj-C Trying to upload but am having some issues
Hello, I'm trying to upload files from my app but entering in my fileURLWithPath code doesn't seem to work. It keeps saying the file doesn't exist. I read the exact path in the console and pasted it in but it still can't find the file. That is trying the batchUpload. I'm getting this error: No visible @interface for…
-
Create File object of dropbox excel file link
Hi, I have an app that have already the DbxChooser Class. I have also this code: public void onActivityResult(int requestCode, int resultCode, Intent data) { if (requestCode == DBX_CHOOSER_REQUEST) { if (resultCode == Activity.RESULT_OK) { // Handle the result DbxChooser.Result result = new DbxChooser.Result(data);…
-
Internal server error using save_url
I am using dropbox http api end point save_url. I am developing an application where we get dropbox files using chooser and upload those file in our app`s dropbox account. Till now everything was working fine, but for last one hour or so i started getting internal server error(500). Here are some of the request id Chooser…
-
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…