-
Save shared folder to my dropbox by API ?
Hello, How to save shared folder that provided to my web app by my client to my dropbox account by Dropbox API ? (Like goto dropbox share link and click "Save to my dropbox") Pls help me, thanks!
-
Cannot call filesDownload for entries in a sharedLink to a folder (get path_not_found)
My use case is that I have a sharedLink to a folder where I'm not the owner and I'd like to build a little viewer for the contents of the that folder. I can get the list of files in a folder but not their contents. I believe I could accomplish this with a scraper, so it'd be nicer to do this in the API (and even without…
-
Asp.Net File Delete
Good Afternoon I am trying to delete an uploaded image from my dropbox account via the api v2 on visual studio. I'm attempting to use Deletev2Async, however the path I'm sending is incorrect. When uploading an image, i'm storing the url that let's me show the image on my database but when using that I keep getting errors…
-
Abort call to listFolderLongpoll() in Java SDK
Hi, I was wondering if there is a way to abort a call to the /list_folder/longpoll endpoint in Java. I was using this method in DbxUserFilesRequests: listFolderLongpoll(String cursor) The issues is that I have a thread that calls this method, but when this thread is interrupted, I want to abort this poll, and have the new…
-
Upload images automatically from a specific website With some other data
Hi dropbox, My client has a unique requirement which I need to complete in 7 days, he wants to upload all images automatically into my dropbox whenever any image upload at this website. For this purpose is there any API, do I need to work in PHP or it can be achieved without any programming skills? please let me know.…
-
Sharing - how to share a folder with edit access when don't know my friend's dropbox user id?
I have an App built on the Dropbox API (https://songdocs.io). I want to send a link to a folder to a friend, and I know I can get a shared link (which gives anyone with it view permissions) and send that to them. I would like to give them editable accessto the folder but a) I don't know how I would figure out their dropbox…
-
How to upload file in dropbox in each and every user using vb.net
Hi I need to upload files to each and every dropbox users using vb.net. There is no interface to allow premission, it just import background. For eg : i have 5 dropbox users emails only, for five users i need to upload files and i have my own account and dropbox app also created with my password,so how to import files to…
-
Namespace Lock Contentions
Hi all, I have read the Data Ingress guide and I have some follow up questions about namespace lock contentions: 1) Is the lock set through the entire write operation (e.g. If I am uploading a file to a folder, is the lock set on the folder's namespace untill the end of the upload). I have tried to invite/remove members…
-
CORS Error HTTP API using Ajax
So I'm new to the Dropbox API and I've been experimenting with HTTP API calls using javascript's Ajax function. I'm currently trying to use the /create functionality but I'm encountering a CORS error. Here's the code I'm using: const title = "more_examples.txt"; const destination = "/"; const response = $.ajax({ url:…
-
Email Capture with Download link
I am tryingt o share a DropBOx file on my website, but I want users to submit their email address before acessing the file. Can I do this via dropbox instrad of my website? Do I need a 3rd party app?
-
GetMetadata for Team folders - different response based on parameter
Hi, I've noticed a strange behavior when using the /get_metadata endpoint when using it for Team folders on a Business account: When I use it for a soft deleted folder with "path": "ns:1701052593/TeamFolder" I receive the .deleted tag. However when I change the path parameter to use the id of the folder like "path":…
-
Automatically accept shared folders
Is there a setting that i can have that will automatically add a shared folder to my dropbox ? Right now im getting prompted with this msg whenever someone added me into the list of users for a folder. Is there a way that the folders are automatically added to my dropbox whenever im given permission to a folder?
-
Check if Folder Exists
Can I do this in my code ? Are there any better way ? Public Async Function FolderExists(Client As DropboxClient, Optional Path As String = ("/Apps")) As Task(Of Boolean) System.Diagnostics.Debug.WriteLine("--- Checking Folder ---") Dim list = Await Client.Files.ListFolderAsync(Path) ' show folders then files For Each item…
-
Webhooks Business API .NET
Hi. I'm using webhooks to monitor files/folders changes. For personal accounts all is good, I manage to do it, but I do have issues with Team accounts. First of all, I do have console app which is for using the Business API and do have member file access permission. On login I do save teamId, teamAdminId and the token…
-
request_id in team_log/get_events and associating API actions with events
I am developing Dropbox apps, utilizing both User and Business endpoints to perform actions on files, as well as the event log for analytics purposes. I am looking to associate file actions performed by the app through API calls (e.g., a file download through the "/files/download" endpoint) with the corresponding events as…
-
Can you embed a Dropbox folder on a website or webpage?
What are good ways to embed dropbox folder in the a webpage like a Google drive for example ? <iframe src="https://drive.google.com/embeddedfolderview?id=1234567890#list" width="100%" height="800" frameborder="0"></iframe>
-
ParentSharedFolderId is Null when checking permissions
I previously made a program that goes through my entire team's DropBox permissions and creates a report from the data. It tells me their name, permissions for the current file/folder, the name of the current file/folder, and is supposed to share the parent folder's name. However, I am running into the issue of the…
-
Download any file as a Stream using C# SDK
Hey, I'm wanting to download a file through the C# SDK, however I'm having issues when it is of the Dropbox .paper or similar cloud storage file type. I'm wanting it as a MemoryStream for my team and I to work with. Using the DropboxClient.Files.DownloadAsync, I'm given an Unsupported Type error when attempting to download…
-
Dropbox V2 error 429 and more error
I am using dropbox business (other Account) for storage Image. My system has 100 and more people using. I am using javascript API V2 to upload image. 3 images upload at time then get thumb of 3 Image for display. - For example: I need upload 100 file: 3 file upload success -> 3 upload success ->...... But some times has…
-
Can't close the page after authentication
Hi I use the below code for dropbox login DropboxClientsManager.authorizeFromController(UIApplication.shared, controller: self, openURL: {(url: URL) -> Void in UIApplication.shared.openURL(url) }) it works perfectly, But after login window, it will ask permission to access the files and folder from dropbox. If I click the…
-
Uploading files to a shared folder
I need to upload a series of 4 files each day to a Dropbox account from my platform, using the Dropbox API. These files are to be read by an external company. The external company has a Dropbox account and my own company also has a separate Dropbox account. My question is about security. If we get an OAuth access token for…
-
Getting shared link for each file takes a lot of time
Hello everyone! Im building something associated with dropbox for my thesis. As I am fetching the files with the 'files/list_folder' endpoint, I wanted for each file, to check if it has a "shared link" . For example, in my drive I have 42 files in root folder. Fetching all those files plus for each file fetching if it has…
-
Webhooks (Dropbox Business API)
When file or folder changes in the account, Dropbox webhook sends notification to the app in the form of - {"list_folder": {"teams": {"dbtid:AADClDNgkem9dWq1M3thVc3K4-93Cl3zWx0": ["dbmid:AADP2xgTpjhFFOMURG5yAZTOVv2T3wkrkyY", "dbmid:AAAwp8MhW85Op96vIjatg9vPYizLr8B8O68"]}}, "delta": {"teams":…
-
Can we delete /suspend user from Dropbox using .NET api
How can we delete / suspend user from dropbox using .NET api. I wanted to create console application which take users as input and delete or suspend user from dropbox. Will it be possible?
-
Dropbox API showing the two files same ID
Hi, We are using the Dropbox API to list files /folders (https://api.dropboxapi.com/2/files/list_folder) I have a find a issue is two files having same ID ..could you please tell us how it is possible? Can any two files have same ID's.. We are listing around 1000 files and in those I found two files have same ID.. Please…
-
Calculating folder size using C# SDK
I was looking into calculating total file size within a folder programmatically for display purposes. I have a method that calls DropboxClient.ListFoldersAsync with the path and recursive set to true, then iterate through each of the objects that are MetaData.IsFile and adds the size. The FileMetaData.Size for .paper or…
-
Error In Uploading a file
Hello Experts I am New To Dropbox Api And Today i was trying to uplaod a file from api but got error . Unknown API function: "files/upload \\eHiSS5jxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx i am using Http api and my code is function main() local oHTTP,cJSON,url setmode(25,80) ctoken := "<REDACTED>" url :=…
-
What Happens To Incomplete Upload Session Start Commands
Hi Hopefully an easy one to answer. "What happens to incomplete Upload Session Starts"?? For Example... I script an upload session start. I have a Session End script waiting for the Reply with SessionID What if I dont receive this?? (Network Glitch Etc) The session end script will be hanging The session will not end. I…
-
Get Video Details
Are there any endpoint exist that i can read frame rate, aspect ration and bit rate fields for video files ?
-
Dropbox JAVA SDK - Maven dependency issue
Hi there, I am trying to integrate Dropbox with AEM using JAVA SDK https://www.dropbox.com/developers/documentation/java I have also added a maven dependency as mentioned at: https://github.com/dropbox/dropbox-sdk-java but looks like AEM OSGi framework is not unable to get transitive dependencies such as: android.app --…