I am trying to access (read into R) a .csv file hosted on Google Drive (NOT a Drive spreadsheet) -- having set file permission to \'publicly shareable\'.
So based
You could try it like this
id <- "0B-wuZ2XMFIBUd09Ob0pKVkRzQTA" # google file ID read.csv(sprintf("https://docs.google.com/uc?id=%s&export=download", id))