You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-p...@googlegroups.com
I have a google spreadsheet that I periodically want to update from a local .csv file. I want to append the rows in the .csv to the spreadsheet (similar to how File --> Import --> Append Rows works in the google GUI). I can't find a method that would accomplish this easily, and was wondering how to go about doing it. I'm hoping I don't have to read in the .csv and then add it row by row, but that may be the only option. Any help would be greatly appreciated.
Thanks
Joe Gregorio
unread,
Sep 11, 2012, 8:11:48 PM9/11/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-p...@googlegroups.com
You would be looking for the spreadsheets API which is covered by this
library:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-api-p...@googlegroups.com
Another (probably worse) option would be to upload the spreadsheet each time to Google Drive, using the Google Drive API which is covered in this library.