José A. Bartolomei-Díaz
José A. Bartolomei-Díaz
Thanks for your response. Yes. I deleted the history, token and the .httr-oauth and then generated a new token but did not solve the warning issue.
Hi, I have being doing some testing to understand the problem. In previous version of my app if a file within DropBox did not exist a "Do Not Found" message...
Hi, As another test I used again the deprecated drop_get() and it displayed the "Do not Found" message. drop_download disconnected displaying the 409 error message. Would be nice to have...
@ClaytonJY Thanks your for your response. I trace(drop_download, edit = TRUE) and found that the line httr::stop_for_status(req) is the one that is stopping the app. When I deleted httr::stop_for_status(req) the...