-
API Login Dropbox
lorsque j'essai d'installer une API pour une connexion avec dropbox sur mon site ( VAPOVOR ) j'obtiens une erreur ... ça tourne en boucle et la connexion avec un compte dropbox ne se fait pas ... Par quel support je peux passer ? merci à vous.
-
How to correctly edit the TestData.m file?
Good afternoon. I'm trying to use your test application with my personal data (I edit the TestData.m file in the application). How to properly edit it and what personal information do I need to enter to access my folder?
-
create report of file type usage
I need to create a usage report of our whole company's dropbox instance. For example, we need to know how much video files (in data size) are stored within the whole instance. How do I go about finding all these video files from all user accounts? Is there an example I can begin with? Which APIs would help in this…
-
Using the Chooser in Xcode app not working
When i used Chooser and draged the DBChooser.framework and DBChooser.bundle folders into your project in Xcode Then this error appear when runing app clang: error: linker command failed with exit code 1 (use -v to see invocation) can you help me to solve this issue Thanks
-
-canOpenURL: failed for URL:
Hi! I get the following in the console: What could be the problem? Please, help.
-
Dropbox Webhook for Business
Just install dropbox-psd-python (https://github.com/dropbox/dropbox-sdk-python). Business App integration process was ok. When I add file to my Dropbox Business { u'list_folder': { u'teams': { u'dbtid:AAB***': [ u'dbmid:AAA******', u'dbmid:AAC******' ] } }, u'delta': { u'teams': { u'dbtid:AAB***': [ u'dbmid:AAA******',…
-
Is Dropbox working with Access Control Lists and how can i extract or view them for folders or files
I know that in other cloud storages often ACL´s are used. How does Dropbox grant permissions to users for editing, viewing etc. files or folders. Is there a way to view that info like in a JSON type manner? Thank you in advance!
-
share and unshare folder via api
Hi; I create dropbox accounts for my each customer and i'm sharing a folder with them. They are making a payment to me monthly for these folder's content. I want a automatic web site.It will cancel automaticly the sharing with customer who don't make payment.And after payment, this folder will be active again.Is it…
-
java.lang.UnsupportedOperationException
Hi, This is the code I am using try { /** * Changed URL from dropbox oauth 1 to 2 */ // String urlToken = "https://api.dropboxapi.com/1/oauth2/token"; api.dropboxapi.com String urlToken = "https://api.dropboxapi.com/oauth2/token"; String charset = "UTF-8"; // Or in Java 7 and later, use the constant:…
-
Creating a ZAP that moves a file from a https accessibale folder to dropbox
When the zap towards dropbox starts it returns a error stating: Bargle. We hit an error creating a file. :-( Error: bad handshake: Error([('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')],) It seems that dropbox can't connect to the provided url where the file is situated whilest a browser can…
-
Are webhooks down ?
Hi dropbox team, we just get the mail about "We're seeing a large number of errors being returned by your webhook URI" from you but we still only receive the GET request but do not get any POST request from your servers after re-enabled our Apps. Are webhooks with some problem now? Thanks, Jeffery
-
Get user's account info on V2 api (javascript)
Hello, I am trying to get the user detail information for my development, and the information that I am interested in is "display name" and the "email" I use to get that using client.getAccountInfo() in V1 api. Could you please let me know how to get them in V2? Thanks Maitrap
-
.NET Compare files on disk with those on the cloud and download files that different
Hello, As in the topic, I want to do a program that will compare files that are on the computer and those on the dropbox and only download files that do not match. I never programming API for dropbox and I dont know how start.
-
direct access img PHP
It is possible to access an img in dropbox direct using php, without using the download API method? Or it's only possible to see metadata? //see metadata $folderMetadata = $dbxClient->getMetadataWithChildren("/"); print_r($folderMetadata ["contents"][0]["path"]); //dowload file (I dont want to download file to the server…
-
Can we create account in drop box programmatically.
Hi Everyone, I am new to Dropbox development. I want to create the Dropbox account and application programmatically using Java. Do we have Java API to create Dropbox account programmatically or is there any way that we can create account programmatically without using Dropbox console. Any input will be helpful. Thanks,…
-
API v2 Limits, constant 429 errors.
Looking for some advice on API call struture and rate limits. We are currently collecting data (flat files) from over 2000 applications daily using the User API. 2 users with a number of apps apiece collecting data. We have oAuth tokens created for each app. We are getting specfically 429 errors and even though we increase…
-
Automatic uploads from iOS/watchOS?
Does the Dropbox API allow for an iPhone/Apple Watch app to automatically upload files (say, after finishing a voice memo)?
-
Robust error handling with Python SDK
I'm writing a file-transfer service that uses the dropbox API via the SDK (8.0.0 release). Most of the time it works, but there have been a couple times where I've encountered errors that I'd like to handle gracefully. I'm looking to see how others might have handled it, and also some potential reasons why they are…
-
Commercial services backed by Dropbox
Hi! My question is more about legal aspects rather than technical ones. Let's assume one developed image-hosting web-service where images are stored at Dropbox via API. Is it eligible to make this service be paid? I guess it is, but I'm a bit confused by the Dropbox Reseller Program. What is it about? When do you have to…
-
To upload a file I use "client.put_file(filename, f)" what should I use to download?
Hi, I'm uploading files to Dropbox from an Arduino Yun using the Python. This is the code (working fine) I use to upload # -*- coding: utf-8 -*- import dropbox import datetime suffix = datetime.datetime.now().strftime("%Y%m%d%H%M") filename = suffix + ".jpg" client = dropbox.client.DropboxClient('my token here') f =…
-
Is there any way to overwrite file more than 150mb
Hi. Dropbox Team! Is there any way to overwrite a file more than 150mb? In normal upload cases, I can pass "overwrite" to 'writeMode' parameter. But in upload_session, I can't find any interface like 'writeMode' parameter in upload. Thanks.
-
data transfer URL
I am trying to use Dropbox to aggregate data from the NIH Toolbox App. This requires a data transfer URL that is set to accept basic authentication and acknowledges successful file transfer with a .json object. A screenshot of the interface is below. Is this possible on Dropbox? If not, is there another HIPAA-compliant…
-
List of Items in Deleted Folder
Trying to find an easier way: I want to get a list of ONLY deleted items (files and folders) for a specific selected member. Is there a better way then calling the: list_folder function. Turning Recursive to true. Turning Include_deleted to true. And Looping through.... We have users with millions of files, but limited…
-
Java API RateLimitException
Hi today when I'm reading a directory using the java API in my dropbox business account I got the message: com.dropbox.core.RateLimitException: {"error_summary": "too_many_requests/..", "error": {"reason": {".tag": "too_many_requests"}}} How to fix that? Thanks in advance- Regards, Dario.
-
Issue with cURL using https://api.dropboxapi.com/2/files/save_url endpoint
I'm building a small app for a client to backup critical files dropbox. This is happening simultaneously as certain are uploaded to the client's website. Specifically, the files are .jpg, and .png files. The issue that I'm having is that the files are 'uploading', but the uploaded files are only about 860 bytes on DropBox.…
-
Migrate from V1 to V2 API Crash on DropboxClientFactory.init(accessToken);
Hello, So first I removed from my android app all V1 API code. I have an eclipse project. I added all .jar files for V2 API 3.0.3 and dependencies. I looked at the example (which has no comments). So for now i have just placed all authentication into my OnResume. But it crashes when executing…
-
App Analytics user details
Does App analytics (Number of API calls your app made to Dropbox each day) include users from China?
-
Newbie: Create Folder / Add file from Cloud apps to Dropbox via API
Hi All, #Newbiehere.' I need to create Folder(s) in Dropbox, based on specific record-triggers @ Zoho creator. Following which, I need to upload files (txt / docx/ xlx/ppt/png/jpg/pdf/zip/rar) to definite folders in dropbox via API. Kinda lost where to start, where to get auth token etc. Any help is great help Thanks in…
-
For create shared link API which business account supports advanced settings like password?
Hi, In API it is said that creating shared link with visibility other than public and setting expiry date is not supported for Basic users. Could anyone please tell which accounts support these options? What are the steps to be followed in order to get these access? Thanks in advance, Akshata
-
Objective C [[_dbUserClient.filesRoutes listFolder:_rootDropboxPath] limit number of files listed
When someone list the contents of a folder [[_dbUserClient.filesRoutes listFolder:_rootDropboxPath] is there a limit of 1000 files shown? In my app when I have a list of 6000 files in a folder there are some files not showing up.