-
uploaded files don't exist in the folder iOS Swift3
I'm trying to upload a csv file in Swift3. The method looks working but the can't find the file in the folder. The following is the log. 2018-07-16 01:41:09.057380+0900 MultiDirectionCollectionView[4231:1307144] dnssd_clientstub write_all(33) DEFUNCT { "client_modified" = "2018-07-15T16:41:07Z"; "content_hash" =…
-
Endpoint to get email address of the shared files and folders of dropbox user
I am searching for an endpoint which returns the email address of the Dropbox user who shares a file or folder? Could you let me know whether we have an endpoint for that in Dropbox API
-
Install on website
Goodmorning, I'm trying to use Dropbox api on my website, and I'm testing in a file using the code in the example: var Dropbox = require('dropbox').Dropbox; var dbx = new Dropbox({ accessToken: 'YOUR_ACCESS_TOKEN_HERE' }); dbx.filesListFolder({path: ''}) .then(function(response) { console.log(response); })…
-
path not found error
At time of downloading of file from dropbox i got error : com.dropbox.core.v2.files.DownloadErrorException: Exception in 2/files/download: {".tag":"path","path":"not_found"} i want to download details_item file
-
Sharing expiry date link to colleagues who shares it forward...
I am searching for an endpoint which returns the email address of the Dropbox user who shares a file or folder? Could you let me know whether we have an endpoint for that in Dropbox API
-
Recent Error - Downloading files
We just started getting a bunch of these in the last 24 hrs. We have not changed our code in this regard. I'm curious what this means. com.foreflight.ForeFlightException: com.dropbox.core.v2.files.DownloadErrorException: Exception in download: {".tag":"path","path":"not_found"}
-
Uploading to team folders seemingly unsupported
API : python We have a paid business account. There are folders that are at the root of our business account that are shared with everyone on our team. We would like to be able to upload files, using the API, to these team folders. However, I can't figure out how to view this root business directory or upload a file to it.…
-
Issue with Dropbox js API?
I have this test folder in Dropbox called 'googleApp', I'm using the filesListFolder to list the files. Without modifying the folder names or content the 'path_display' makes 'googleApp' lowercase causing my application to render two folders 'googleApp' and 'googleapp'.
-
Choose file from chooser and share it with specific people (email id) with view only permission
Hello, I want to achieve a solution for a specific condition. I want to integrate chooser API so that users can choose specific files and then internally through programming I need to share it with specific people (with their dropbox email id) and giving them view only permission and not giving them download permission.…
-
set sharing policy as disabled
Hi, I am using following API docs/sharing_policy/set to set public sharing policy via api explorer all of the public shairn policies work fine except <SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0"><SPAN class="hljs-string">disabled</SPAN></SPAN> <SPAN data-reactid=".0.2.0.0.0.4.1.0.0.1.0.0.0">curl -X POST…
-
HELP :(
{"Value should match pattern '\\A(?:(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?))\\z'\r\nParameter name: path"}
-
ObjectiveDropboxOfficial & SwiftyDropbox in same application
I have a third-party objc package that uses ObjectiveDropboxOfficial. I need to add some swift code that interacts with that package. The swift code would need to interact with the same dropbox manager that the objc (through ObjectiveDropboxOfficial) is using. Can I install both ObjectiveDropboxOfficial & SwiftyDropbox in…
-
No puedo compartir carpeta de aplicación
Saludos, La presente es para solicitar ayuda para compartir la carpeta de una aplicación que cambió de propietario anteriormente. El traslado de propietario se hizo sin ningún problema pero la carpeta donde se guardan los archivos de la aplicación, todavía aparece en mi cuenta. Cuando le doy click en la opción compartir,…
-
dropboxapi.com/2/files/upload response object missing the item `.tag` key/value
I'm saving a text file in "overwrite" mode, but the response object I get back for the item is missing it's `.tag` property (here, it should be file). Example (bits copied from chrome dev console) Request URL: `https://content.dropboxapi.com/2/files/upload` Dropbox-API-Arg:…
-
Linked files not retrieved with list_shared_links while files exists in dbx and appears as linked
Hi all! Out of contest, i'm on the way to release a new wordpress plugin on wp repo, with a custom chooser (that i maybe will publish on github also, because the chooser is a standalone js piece of code/page, that i use iframed into this plugin). The custom chooser, upload files with progress bars and can be extended with…
-
https://api.dropboxapi.com/2/sharing/share_folder return "No permission"
Hi, Since 2 days approximatively all calls API Share Folder return an error "No permission". I have an application which create folder on a Team Folder and share it with a group. Since last Friday, I have an error 'No permission' on each try. I reproduced this issue on API Explorer. If I create a folder in my Dropbox and I…
-
Dropbox API Explorer For - Search
I am using Dropbox API Explorer - Search API to Search for files and its content with mode as "filename_and_content". Does it support Regular Expression in Query to Search using mode as "filename_and_content". Because when I am using the substring (say IP Address) it gives the correct result about all the listed files but…
-
Dropbox API to download All Content
Hi there, I am trying to fetch all content within a certain directory and display its content. The way it's set up now, it can fetch all files, but not directories within this directory. dbx .filesListFolder({path: '/App'}) .then(response => { for (let i = 0; i < response.entries.length; i++) { dbx .filesDownload({path:…
-
I Need to Upload a Local File to DropBox Account in C#
I Need to Upload a Local File to DropBox Account in C#
-
Dropbox API question
Hi, I have a .Net application running on client's machines and would like to add some functionality to the application that would enable uploading of files from the client side. 1) Through my application (linked to the API) can I create a shared folder (client specific) on the client's machine and then choose files to be…
-
What kind of Stupid API you have created?
What kind of effing numb nuts have given you API structure idea? You guys support OAuth bu there is no seperate API generation option for the same. And once someone generates he/she has to install your effing drop box distribute it to 5 people before enable a **bleep** OAuth login? And why the heck I need to create folders…
-
Get all starred files and commented text
I am writing an API which will get all my files from the dropbox. Is there any way to get only the starred files from dropbox using any API endpoint. Could you also let me know,whether we can get the comments for a particular file using any API endpoint.
-
Dropbox Daemon
I want to be able to install the daemon on several servers without going through the authentication process by clicking a link then accepting authorization. Is there a way I can capture an access token that can be re-used by several machines to avoid authenticating each time?
-
How to download files from a publicly shared folder?
We developed an app using an endpoint from v1 /1/metadat/link (to list all from a shared link). I couldn't find any endpoint from v2 having same functionality. My app has a simple a functionality, given a shared link it should download all the files from this shared link. Any help would be appreciated.
-
get email addresses of members of your shared_folders
According to documentation, you can get a list of members on a shared folder with https://api.dropbox.com/1/shared_folders/<id> and the response will contain: "members": [ { "user": { "uid": 87654321, "display_name": "Jane P. User", "same_team": true, "member_id": "dbmid:abcd1234" }, "role": "owner", "active": true }, ...…
-
c# media gallery from dropbox
Hi, I am developing a web application in C # which is integrated with a dropbox repository. My goal is to make a multimedia gallery populated with the dropbox files. At this stage I already have all the integration with the dropbox. I can connect, authorize the user and access the files using api v2. What I need is an…
-
Web-hook handling logic help
Hello Greg, I need some help with using Web-hooks. I use the following code to get a cursor token for the Root folder Code I: result = await client.Files.ListFolderGetLatestCursorAsync("",true); and I save result.cursor in database. Next time a web-hook arrives for the same dropbox account, I use the result.cursor…
-
Error in call to API function "files/list_folder/continue": Invalid "cursor" parameter:
Hello, Please let me know the reason for the error. I am getting the following exception when calling the following api: ListFolderResult result = await client.Files.ListFolderContinueAsync(model.basechangetoken); Error in call to API function "files/list_folder/continue": Invalid "cursor" parameter:…
-
setting permissions for a shared folder
Hi, 1) I have a shared folder where initially i have set viewer permission for the members of the shared folder. Is it possible to change that to editor permission? 2) who can set or change permissions to a shared folder ? Are the members of the shared folders allowed to change permissions? 3) Is there any API to get the…
-
Freezing on Upload by API
Hello, I am trying to upload big file with the Dropbox API, I am using the code from this example https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/upload-file/src/main/java/com/dropbox/core/examples/upload_file/Main.java (Edit) (I have try to upload 16MB and 200MB) it freeze at the 122 line of the example…