-
How to get each team member's permissions per folder using .NET Dropbox API?
I am trying to go through all the members of my Dropbox and find out their permissions on every folder, but I'm not sure how to do this. I am new to the API, so help would be appreciated. I am writing in C# as seen in my code: public MainPage() { this.InitializeComponent(); var task = Task.Run((Func<Task>)MainPage.Run);…
-
Re: Retrieve with a File limit and File count
I'm looking for a way to get the count of entries from this python api call: e=dbx.files_list_folder('/myfolder').entries None of the following work: >>> print(e.count) <built-in method count of list object at 0x107dcd098> >>> print(e.size) Traceback (most recent call last): File "<stdin>", line 1, in <module>…
-
Question about the method ListFolderMembersAsync()
I noticed an issue when I call ListFolderMembersAsync(sharedFolderId). If my shared folder contains a member that it is external of my team, when I call this method ListFolderMembersAsync, it doesn't show this member on the list of members. What am i doing wrong?
-
Team Folder Vs Shared Folders
i have to account 1. team Folders UI 2. shared folder (NEW UI) using the Dropbox C# SDK . On the team folder account I manage to get all of my folders from the List_Folder | List_Folder_Continue requests. When trying to retrieve the new shared folders from the same request they does not appear. They appear only in the…
-
List share links of all folders
I am trying to create links and then list all of the links for all subfolders inside a folder. I’m very new to API so I would need very basic instructions if this is possible.
-
Path to file and folder in shared folder Vs regular or shared folder of user
hello, i am trying to retrive all the Hierarchy of a dropbox user. up to now we had the user folder and under we had folders and shared folders. now we have the new behaviour in dropbox "shared folder" that are out of the user main folder i succsedded to get all the shared folders and usgin the namespace(sharedFolderId) i…
-
listFolder: returns hasmore in a directory with only 2 files
Hi, I am experiensing this issue very often it happens in the following scenario: you have let's say 150 files 149 appear with simple listFolder and one is not listed then move all the 149 files and only leave the one that was not listed and add one more when you call listFolder: again it will only return 1 file…
-
Sign out user from dropbox website with an API call
Hi, I am wokring with the Dropbox API v2 .NET SDK. In my code I want to make it so that users can log in with different dropbox credentials. Right now a user can "sign out" and the token is invalidated and deleted. However, if the user has the dropbox website opened in the same browser and is signed in, the sign in step of…
-
why list_folder will not support include_media_info=true
The list_folder API does not support getting mediaInfo resulting in a large amount of IO. Will greatly affect the performance of my app.I can accept that List_folder will be a bit slower, but a lot of network IO is unacceptable.
-
How can I get a list of the files in a public folder without authentication?
Here's my use-case: I have a public webapp that will reference images stored in Dropbox. I want to be able to make an API call from the browser to Dropbox, get a list of the images in a folder, and then display the images in my web app (via this nice technique you already provide). I'll be doing this in React, and making…
-
Path to files and folders in a Team Folder
I am using the API v2 endpoints to query a user's dropbox account for their folder structure to allow the user to select a folder. We are offering a service to be able to import files dropped in that folder into our document managment system. Everything works with folders and files in the user's account however I'm stuck…
-
OutOfMemoryError uploading large file from API V2 - Java
Hi all, I'm trying to upload a large file (24gb) from Java using the Droopbox API V2, but I have a Out Of Memory Error. I'm using the next line to do the upload: cli.files().uploadBuilder(file_path_dropbox).uploadAndFinish(in); Where: file_path_dropbox = The path to Dropbox in = the InputStream generated from…
-
Dropbox API v2 Java Android - 64-bit library
We need to update our app to comply with Google's new 64-bit requirement. Is a 64-bit dropbox java library available? Has anyone seen any announcement on whether it will become available by August 1? Otherwise we have to remove dropbox support from our App.…
-
Invalid Async jobid
i am working on uploading multiple files to dropbox in chunks using javascript SDK methods "filesUploadSessionStart" and "filesUploadSessionAppendV2" and i use "filesUploadSessionFinishBatch" after uploading all files, which return me a job id like…
-
get_preview returning 'unsupported extension' for pdf/jpeg
Hello there, For some reason the get_preview endpoint is returning 'unsupported_extension' even though I'm sending up paths to .jpeg and .pdf file types. I don't suppose there would be any reason for this?
-
create_shared_link_with_settings randomly crapping out after several calls
I'm getting random returned path errors today making calls to: https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings These worked fine for the past 6 months - is there maintenance going on today?
-
Reg: Folders not listing from API
Hello Team, We have integrated DropBox API in our application and showing the folders based on the user login. Using the URL: **https://api.dropboxapi.com/2/files/list_folder** to download the folders from our application and show. When we see it from our application seeing only a few folders whereas if login from Browser…
-
Help using the dotnet documentation
I'm trying to understand and use the API for dotnet. I'm finding it hard to use the online documentation and I'm wondering if there's something I'm missing. For instance, I'm using Files.DownloadAsync. I found a page with a few simple examples, but now I want to see how what it returns. The example uses var response =…
-
Success upload file but can't open file !
Hello, I uploaded a file in my dropbox thanks to the API. But for each file uploaded, it is 15 bytes and I can't open it in dropbox. Can you tell me how to fix this issus please? I'm using a SDK Javascript. Thanks a lot
-
What String to use in writemode update
My goal is to use SwiftyDropbox in my Swift iOS app to save the user's data and keep it synced between devices. I did this successfully by first deleting the existing file and then writing the updated file, but I would like to use the writemode update instead as that seems safer and better. The one thing I can't figure out…
-
Dropbox API: Files and Folders: Allowed characters for naming them?
Using Dropbox API, I will be using it for creating for folders and uploading files. I would like to know what characters are allowed (and definitely not allowed) for naming files and folders. Thank you.
-
How to get a Dropbox Connection in Java without using SDK?
How can I get a Connection with dropbox without using the dropbox core sdk? DbxClientV2 client = new DbxClientV2(config, ACCESS_TOKEN); I know how to do it that way. But I am not allowed to do it with an SDK and need to write my own client. How can I do that?
-
Can we use multiple namespaces into API to list the folder and files
I am using the Dropbox Business API and trying to fetch Folders and Files . My question is, Can I pass array of namespaces ID's here (see the screenshot) to fetch the list of folders and files inside the mentioned namespaces id's folders. In the existing API documentation, I have seen that only one namespace Id is possible…
-
Sync with a network drive Dropbox versus QNAP Sync App
(as suggested by a superuser on one of the other Dropbox forums, I should post the question below in this API Support forum, the original question was posted here : https://www.dropboxforum.com/t5/Syncing-and-uploads/Sync-with-a-network-drive-Dropbox-versus-QNAP-Sync-App/m-p/232473#M29356 ) I've a small LAN, and a QNAP…
-
Add a group to a folder or sub folder NOT shared folder. C#
Hello all, Was wondering how to add a group to a folder. For example we have Studio/WIP/158987 I want to make it where i can add a group called designers (already created in the front end and has 2 users in it) to the 158987 folder. How would i do this? I have tried Sharing.AddFolderMember but it requires a sharedFolderId.…
-
Uploading to Specific Folder in Dropbox or Creates It
I am trying to make a program that uploads files to folders in a format based on a JSON object. I would like the folder to be created in Dropbox if it doesn't exist and if it does exist then put the file there. Is there a upload parameter that allows for creation of folders or placement depending on availibility. Main…
-
Paper migration - How Dropbox will migrate existing paper docs to .paper files?
As per Dropbox Paper API migration guide, it is mentioned that Dropbox will provide a way to migrate docs to .paper and will eventually migrate all users in September 2020 for old accounts. But as we are using Paper APIs in our application, this migration may affect it because of some downtime that will happen while…
-
Upload a file via Java and File request
Good day everyone, I have a question regarding the file request: Dropbox offers me the possibility to request a file via a link. (Deciding is that the user has no later read and write access to the file) Now for my questions: Is it possible in JAVA via a POST request (or similar) to upload a file via the link. To the…
-
How to insert a picture from the application on the site?
Hi Dropbox! Now I am learning Django, I am creating the first application. Deployed this application to Heroku. As a file storage for pictures, I decided to use Dropbox. Now I am adding a picture to record Django in the admin panel and it will appear in the Dropbox application, but I don’t understand how to get a link to…
-
CreateFolderV2 sharing_info shared_folder_id empty
Hi, I am using the CreateFolderV2 to create a TeamFolder. The shared_folder_id in the sharing_info from the metadata is empty and I am not sure why. I also used the call to try to create folders in a Team folder and then in a shared folder, but with all of my attempts the shared_folder_id is always empty. I understand that…