-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand upon "Download failed"? #399
Comments
To work on this, it's very helpful to have a reliable way to experience the problem (the one leading to |
Totally understand. I basically encounter it now and then, and this is why I find it confusing and wanted to figure out why it sometimes fails. But if this is related to some (to me unclear) restrictions that Google imposes on the user download access frequency (?), I guess it's challenging to find a reliable example that I know will fail. A user of my package just reported an issue where he experienced a download fail, but I have successfully called the same function ( |
I can create a branch that actually processes the response in the error case. And then, if you install googledrive from that branch, next time you experience such a failure, you should be able to retrieve the last error from gargle (another package used under the hood). Then you could convey that to me. Do you sometimes see this error yourself? |
Good idea, that sounds like a very helpful strategy. Yes, as I was doing some repeated testing last night, I saw the same error myself. |
OK if you install googledrive from the (draft) PR or the associated branch, the next time this happens more information may be revealed to you automatically. And you can also call devtools::install_github("tidyverse/googledrive#400")
# or
devtools::install_github("tidyverse/googledrive@expose-download-failure") |
Great! Thanks a lot for handling this so quickly. |
Hi,
Thanks for a very useful package. For reasons I do not fully understand, I experience from time to time download errors when using
googledrive
to download data from some of my R packages, i.e.Error in googledrive::drive_download(): ! Download failed.
I suspect it has to do with some download limitations by the Google Drive API, but I am not sure.
Would it be possible to utilize more information regarding the request made, so that the user is somewhat better informed regarding the reason for why the download in fact failed?
kind regards,
Sigve
The text was updated successfully, but these errors were encountered: