-
Error with DownloadFile function while using dropPHP
I tried executing my php code to download a file from dropbox using dropboxclient.php which shows the below error. The given Download file function works perfectly fine with windows but not with macbook. Can anyone help me in solving the issue. Myphpcode For download function: if(isset($_GET['disp'])) { $test_file =…
-
Shared Link get file
Is there anyay to have an html input that accepts a shared link as data and have it grab that shared links related files? I have a client that would like the option to paste a shared link into his website, but not have the shared link redirect to dropbox; instead display the contents of the shared link on his website. Any…
-
[PHP] /files/list_folder returns Curl Error 51
Related SDK and Issue: https://github.com/kunalvarma05/dropbox-php-sdk/issues/100 Warning: cURL error 51: SSL: no alternative certificate subject name matches target host name 'api.dropboxapi.com' (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) Test Script $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…
-
Python API V2 Error: ValueError Timeout
Hello, I'm trying to use the Python API (v 8.5.0) from Pythonista on iOS (latest, on iPad Pro), and when I try to invoke any commands on the dbx object returned from dropbox.Dropbox('TOKEN'), e.g. files_upload, I get the following error: Traceback (most recent call last): File…
-
How can i get users of Dropbox under my App using c#?
I am using Dropbox Api dll . I have my App id and App secret i need to get the users under my App using c#.
-
list_folder does not contain property_group
Hi, I just want to ask why Property_Group is null even though I'm expecting some values. I'm using .Net sdk - list_folder method. Please see the the image below: Thanks!
-
Subir archivos grandes. Upload Session error.
Estoy usando el siguiente código en Python para subir un archivo de más de 150MB a través de la API V2, pero en determinado punto obtengo el siguiente error: ApiError('22721c262fe77ea6ac8a66df83e76b3a', UploadSessionFinishError(u'path', WriteError(u'conflict', WriteConflictError(u'file', None)))) f = open(file_path)…
-
OAuth page not loading. Browser fetching https://www.dropbox.com/csp_log
When launching our Dropbox App, the oAuth page is not loading. With further investigation we noticed that the browser is trying to load https://www.dropbox.com/csp_log and after loading https://cfl.dropboxstatic.com/static/compiled/js/alameda_bundle/alameda_bundle.min-vflaQG_Y3.js resource browser is not fetching other js…
-
IllegalStateException while finishFromRedirect in API v3
I am using dropbox-core-sdk version 3.0.5, and I am getting "Already Connected" while trying to authorise account (and get access token) to be associated with our application. I am using the the following code snippet : final DbxSessionStore csrfTokenStore = new DbxStandardSessionStore(request.getSession(true),…
-
webhook not work
I set up webhook but it's not working why?
-
Showing images in an app folder
I have a dropbox app that I create so that I can upload images via the api. I want to be able to show these images on a web page as a carousel. I can get the list of images using: dbx.filesListFolder({path: ''}) .then(function(response) { console.log(response.entries); }) .catch(function(error) { console.error(error); });…
-
Best way to get a file's URL
There are photos in shared folder that I have access to. I would like to get the URL of the photos (the JPEG/PNG) in that folder using the V2 NodeJS API. I am able to enumerate the files in the folder using filesListFolder(). How do I use the "id" or "name" to get the URL. I would like to have a permanent URL instead of a…
-
Getting the team member ID for Dropbox Business API
I need some information because i develop an application and it's works prefectly before I put my buisness account instead of my personnal account ( whitch is a free user account) and now nothing works again and i have this error information : "Error in call to API function "files/upload": Invalid select user id format" in…
-
i can still create a dropboxclient instance even with completely random strings as "accessToken"
i can still create a dropboxclient instance even with completely random strings as "accessToken" why?
-
APIv 2 download.file()
I can not download xml files the code of the download function shows that it has an error.
-
API V2 Objective C search for filetype
Hi, I am trying to list all pdf's in my Dropbox. I am getting the results back so my question is how do I handle the response? [[client.filesRoutes search:@// query:@.pdf] setResponseBlock:^(DBFILESListFolderResult *response, DBFILESListFolderError *routeError, DBRequestError *networkError) { if (response) {…
-
Creation and Use of property groups
I am trying to create a application and I need to add some imformation to the files however I have learned that you need buisness api inorder to create a template. Is this true and if so, can I create files will this property group for people with a non dropbox buisness account
-
Auth2 Authentication check
I would like to be able to check if Dropbox authentication was successful. In the old API v1, it was possible to run the following code: AndroidAuthSession session = dropboxApi.getSession(); if (session.authenticationSuccessful()) { try { // Mandatory call to complete the auth session.finishAuthentication();…
-
Android API v2 - Can't build the sdk
Hi there, I'm currently trying to upgrade the sdk to v2, however, I'm struggling with simply building the repository in order to check the examples. I'm running ./gradlew install in the root folder (dropbox-sdk-java) and it's throwing the following error: org.gradle.api.tasks.TaskExecutionException: Execution failed for…
-
java.lang.ExceptionInInitializerError
I have an Android app with the Dropbox Java api 3.0.5 For some reason some of my users get the exception I'm pasting below, but the majority do not. I've never reproduced the issue, I've only seen it reported on Crashlytics. Does anyone have any idea what the issue could be? I use multidex on my app, is it maybe related to…
-
Streaming Non-Shared Music (Javascript)
I want to write a simple javascript-based (frontend only) dropbox music player. Just a dropbox file explorer, playlist and audio controls -- very basic for when I want to play some music without syncing the files locally. I have experimented a bit, and can create a temporary file link (filesGetTemporaryLink) and play…
-
xcode objective-c failed when building for simulator
Hi, I designed a app for files access include dropbox on iphone in xcode9 with DropboxSDK.framework. The code ran on device is fine but will happen following error message when building code for simulator. Is there any solutions to solve following problem? Undefined symbols for architecture x86_64:…
-
Official Dropbox .Net v2 SDK, slow uploading speed for large files
Hello, We use Official Dropbox .Net v2 SDK. Average uploading speed for some our clients is 50-100 kb/sec. We use the following code to upload chunks log.Trace("{0}. File chunk taken. CountBytes: \"{1}\"", nameof(UploadFileImpl), countBytes); using (var memStream = new MemoryStream(buffer.Take(countBytes).ToArray())) {…
-
Public Key Acquired instead of Access Token
Retrieving access token using a third party API returns: { ".tag": "requires_captcha", "public_key": <Public Key> } instead of { ".tag": "success", "user_id": <user id>, "oauth2_access_token": <access token> } What could be the cause?
-
Fully understanding FilesPhotoMetadata
Dear Dropbox In the JS API it says in FilesPhotoMetadata: time_takenTimestamp<optional>The timestamp when the photo/video is taken. I wanted to confirm the exact photo metadata tag this represents. Is this the tag it represents: 0x9003DateTimeOriginalstringExifIFD(date/time when original image was taken) Best regards,…
-
REST Call Throttling/Rate Limiting
With APIV1 you could make a single REST call and get all of a user's shared folder data and all of the members of each of those shared folders. Now with the new and Improved APIV2 you need to make a separate REST call for every shared folder to get that shared folder's members. So if a user has 100 shared folders the…
-
Share sub folders of app-folder
Hi, I have saved data on dropbox via android app. Now i want to share it with my friends inside app only. But i could not get the metadata of the resource of other user. I also tried to add members to the subfolders via below code, List<AddMember> members = new ArrayList<AddMember>(); members.add(new…
-
Access to shared folders through app with link to dropbox.com inside
I have created an app with an app builder and I have added a section that automatically embeds the dropbox.com website through a link to the url html. When users access this section they login in dropbox with their credentials and can access its content as if they were visiting the dropbox website from their device. The…
-
Sign In page using oauth2/authorize not responsive
The buttons "Sign in with Google" and "Sign in" button are not responsive Sign In button of sign in page not responsive. It does not redirect to its specified redirect uri. Also the email and password text do not disappear even though the edit box is not empty.
-
Trouble migrating from API v1 to v2
Hello! I have this little code that can search dropbox file from slack, I have been trying to migrate to API V2, but can't get it work. Don't know what the problem is. # encoding: utf-8 import time import os import json from flask import Flask, request, render_template, url_for, json, jsonify import csv import dropbox…