I wish to use read.csv to read a google doc spreadsheet.
I try using the following code:
data_url <- \"http://spreadsheets0.google.com/spreadsheet
Check the solution on http://blog.forret.com/2011/07/google-docs-infamous-moved-temporarily-error-fixed/
So what is the solution: just add “&ndplr=1” to your URL and you will skip the authentication redirect. I’m not sure what the NDPLR parameter name stands for, let’s just call it: “Never Do Published Link Redirection“.