Get help with the Dropbox API from fellow developers and experts.
Hello, I am currently trying to get the refresh token for my scoped app using CURL C++ but I am just getting error 404 from the buffer. Here is my code: void get_refresh_token(){ CURL* curl = curl_easy_init(); if (curl) { struct curl_slist* header_list = 0; header_list = curl_slist_append(header_list, "Authorization: Basic…
It work well,when App run as normal user privilege. but when App run as system privilege, I got 500 error. Code: WinHttpOpenRequest(hConnect,L"POST",L"2/files/delete_v2", L"HTTP/1.1", WINHTTP_NO_REFERER,WINHTTP_DEFAULT_ACCEPT_TYPES,WINHTTP_FLAG_SECURE);
Hi everyone ! Anyone knows the difference between formats of access codes? Something like this : PSx_xx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx and Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_x I don't know if it's relationated with the expiration of tokens. I hope you can help me please 🙂
Greetings, Visit: https://www.arclab.space/f/dropbox-pdf-test (password is password) The PDF displays fine, but the 'view on dropbox' link returns error 400. This happens with all links, site-wide. The actual share link used in the embed works fine if pasted into the address bar directly. Is this an API glitch? Thanks for…
I have a small autoupdating application (lesser than a few MB), and as I don't have a personal server yet I use dropbox as a storage for updates (all purposes are educational). The app requires direct links to a .txt file and a .zip with an update - it works with dropbox perfectly. However, after doing that in the past it…
Is there Any API available to apply legal Hold ?
Hello, For my company I wrote a script that sets an expiration date for the shared links and all works well. The only issue is that once the expiration date passes, the link is expired but not actually deleted from the file. Like on the below screenshot it says that the link expires in 0 days, and when you click on "Copy…
My Hikvision DVR was connected fine to Dropbox until Saturday and uploading images. I changed the configurations in the DVR from continuous to event and it stopped uploading. Then I changed to the previous configuration again and it didn't upload anymore. Then I disconnected dropbox from the DVR and now it won't connect…
Hi, i get access token in my ios app using dropbox api. i want to reauthenticate in the same app on other device using these access token. How can it be done (in Swift code lang) ? all works in the first device i did the all OAuth process, but not working when I try to reauthorizeClient with the access token from the first…
hey I am also using react-dropbox-chooser, when I select an image I get it's meta data such as thumbnail link, link, bytes etc. Now I need to send the blob of this file to the server but when I fetch the blob using the link that I got in the response I get CORS error. Since you are working on the same thing so can you…
It looks like you're new here. Sign in or register to get started.