开发者

Is it possible to generate notifications when new docs are uploaded to Google Docs?

I have shared a Google Docs folder with our remote team and a few members of my team. Is it possible to send out emails to all collaborators/viewers when a document is uploaded or edited in the folder?

Otherwise it becomes difficult to开发者_运维知识库 keep track of whether anything was changed or not.

Thanks.


Yes! Check out the Google Documents List Data API. Basically, you post a signed request to the API requesting specific documents or a list of documents overall and Google responds with an Atom feed of the documents that you're looking for. Among the tags is <updated>, which contains the timestamp of the last modification. If you keep a local listing of files handy, you can compare to see if any revisions were made.

Also interesting in the feed is <published>, which describes when a doc was created. If you know the last time you checked for updates, any docs published after that time can be considered newly created.

I'm not going to get into code (doesn't sound like what you're asking for), but this should get you on the right track. Hope it helps!


Yes and no. Google Docs is not a consistent set of tools, so notifications are supported but only partially. Google Spreadsheet has a set notification rules in the Tools menu Google Form is linked to spreadsheet so they're covered too

You would have to do something yourself for Document/Word and Presentation apps I would suggest reading the document from web and checking if the checksum was changed

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜