Hello everyone!
I wanna use "drive_download" from the package "googledrive".
It looks sooooo simple in all the *** exemple but it never work for us.
It just wanna download a file '.csv' or '.Rdata' from a google drive to my R server
So :
- drive_auth() > OK
- drive_get of my specific folder > OK
- sku <- drive_download("sku.csv",
path = as_id(td),
type = "csv",
overwrite = TRUE,
verbose = TRUE)
"Error: 'file' does not identify at least one Drive file."
WHat's the issue ?!
Many thanks to you! 