-
Upload file to Dropbox with 12002 response
Hi all, i am using upload file API to load my file to my dropbox folder. the file size is about 1.6M each time. I randomly received the response between 200 (Successful) and 12002 (error). When i got 12002, sometime, i still can see my file was loaded successfully. May i know anyone got similar experience ? how we should…
-
API handling capacity
Hi, i am doing a POC project to leverage dropbox store and API provided, to exchange some real time data file. I am thinking to get a client application call dropbox api every couple seconds (or more high frequency) , to verify any change of those data files. What's the maxium frequency and amount of API call per every…
-
Error in call to API function "files/list_folder": request body: could not decode input as JSON
Looks like this question being raised before. i did try postman and able to pass the API message to box api and return sucessfully. i am integrate MT4/MQL4 language with Dropbox. The code is like this: int res; string signal,out_header,in_header,URL,in_signal; char body[],result[]; URL =…