I am confused about exactly what this API can do for me. I have created a website and am working with a group of people who don't want to have to deal with FTP servers, HTML code, and the like, but still want to be able to edit the site. My goal is to create a semi-private google doc spreadsheet (one of those "anyone with the link can edit"), and then when one of the group members edits the page, the website would (via a cron job, most likely) take the contents of that google spreadshhet and put it directly into a csv file held on the server? I can then make some PHP code that would manipulate it and in some way turn it into a website.
My question is: is this possible or no? I am pretty good at PHP, but I am not experienced enough to understand precisely what the purpose of this API is, and what its limitations are. Thanks so much for any help, Y
