Get help with the Dropbox API from fellow developers and experts.
Hi all! The question is: what happens with the app after it has 500 linked users? I was searching for the answer in here (but did not find any)
I have the following workflow in my application I am generating some files and I am saving it to a dropbox account, the files are only saved to one specific account and the app and account are under the same email/user I keep getting expired access token when using the js sdk, is there a way to get around this? here is my…
Hello, I am using a dropbox app to get users dropbox content with APIs. It works fine with user personal account. But, when I can't find a way to get content of a team shared folder. Here an example: So with ListFolderAsync I can access and get all folders and files inside the first folder which is personal user's drive.…
Using the Dropbox for Python SDK, I can see the date that the file was last modified in dropbox using the client_modified attribute, However when I view the "Info" tab in the dropbox web UI, i can see that there is "Date created", "Date taken", and "Date uploaded" times, which I want to use to organize my photos. Is there…
I am trying to download a file using rest service using V2 API. curl -X POST https://api.dropboxapi.com/2/file_requests/get \ --header "Authorization: Bearer <Access Token>" \ --header "Content-Type: application/json" \ --data "{\"id\": \"oaCAVmEyrqYnkZX9955Y\"}" Where I can get the file id? Thanks in advance.
Hello, i uploaded file to my personal folder and when using this EP team/namespaces/list i get namespace id of that personal folder, my question how can i use this id to get the files uploaded? or alernatively get new files events which will consider also all the files in the personal folders of the members? second…
Download files with wget Hello gentlemen of the community. I have a problem. I've been using "wget" since June 2021 to download a file and since then everything has been fine. But this morning the command does not respond and gives clues as to what may be happening. Below is the command I use and it was working: wget -q…
For API, is DropBox going to be TLS 1.2 compliant? On June 20, 2018, early versions of SSL/TLS will no longer be PCI compliant. I was testing the Dropbox API on a TLS 1.2 only server and get the error below. https://api.dropboxapi.com/2/sharing/create_shared_link_with_settings System.ComponentModel.Win32Exception: The…
Hi All, I need help with Dropbox API and my android (Java) app. The Idea of the app is to upload images taken from camera in my app to my own dropbox account. I did as written, pressed the "Generated access token" button in the dropbox consul and all worked. The problem is after few hours it expires and i get error :…
API sharing_get_shared_links succeeds when I first copy the link from the dropbox manually. It shows: https://www.dropbox.com/s/pexagwz8il76t1k/Beach%20Vibes%20-%206x8%20-%20GO%20WEB.jpg?dl=0 on Copy Link as well as in Python code. No difference. The next entry in the folder fails to get sharing_get_shared_links without…
It looks like you're new here. Sign in or register to get started.