Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 201839

How do I upload/download with Googledrive package using R?

$
0
0

I can upload a file using R to google drive. I can then find the file using r code. I CANNOT then download the same file using R.

I've looked through all the resources on the web, including stackoverflow, with no joy.

drive_upload("/Users/me/Desktop/abcxx.xlsx", type = "spreadsheet")
drive_find(pattern="abcxx", n_max=30)
drive_download("abcxx", type="spreadsheet")

I am getting this error:

Error in add_id_path(nodes, root_id = root_id, leaf = leaf) : 
  !anyDuplicated(nodes$id) is not TRUE

Viewing all articles
Browse latest Browse all 201839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>