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 file (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 doc and put it directly into a text file held on the server?
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. I am aware of the security problems it might pose, but this is a really minor website, so it really doesn't matter too much. Thanks so much for any help, Y
