Get help with the Dropbox API from fellow developers and experts.
I have a web-app that processes images and uploads them to a single dropbox folder (My account). I have an App for my web app in dropbox and I am successfully able to upload images to said folder. The access tokens to the folder expire every four hours, and I am having trouble understanding the OAuth options that will work…
Happy Weekend all. Hope you're doing well. I'm aiming to generate image url from dropbox using Development feature. I faced a challenge where the folder path is not found. I'm sure that the folder path is correct and all the images are located in that folder. Here is my snippet code in Python: Unfortunately, I can't show…
I am searching for a way to implement Dropbox as the data folder for images on my social media site, with api calls made client-side to upload and download images that populate the site. Considering the process for requesting for auth access involving an access url and a manual redirect to that url, which then populates…
I know is old but, if refresh the token once the upload connection is done (not the upload process)? 1 - get the token from server-side and pass it to client side 2 - start upload and once the connection is made (or the first bytes is sent), request the server-side to refresh the token. I don't know if it's work this way,…
Hi! This error reappeared again!
Hello, In the dropbox api, we have a python script to report files have been downloaded from a public shared link. This is using the api team_log_get_events, and then iterating through the events and then the event assets. For example the approximate location of the user downloading a file is available in…
* I am integrating Dropbox with InfoLobby. * The integration works fine. * I can use the download endpoint successfully (This proves my integration is fine and is connected okay) - https://content.dropboxapi.com/2/files/download. * But I am not able to use any endpoint that requires a --data parameter in the body. I pass…
Hi, I have a folder A which is created programmatically in Dropbox by a user A using my application. (Dropbox SDK ) Now if i create a link via using the rectangular icon with arrow with Invite only permission and can view privilege. Now when the user clicks request access button shown when clicking on the link Iam getting…
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);
It looks like you're new here. Sign in or register to get started.