【发布时间】:2012-06-17 14:28:51
【问题描述】:
在 google docs 或 google drive 中创建新文档的 url 是什么? 当 Google Drive 启动时,一些可以在网络上的一些博客上找到的链接现在已经失效了。
【问题讨论】:
标签: google-docs google-sheets google-drive-api
在 google docs 或 google drive 中创建新文档的 url 是什么? 当 Google Drive 启动时,一些可以在网络上的一些博客上找到的链接现在已经失效了。
【问题讨论】:
标签: google-docs google-sheets google-drive-api
以下是我测试过的有效链接(截至 2012 年 6 月 1 日)
创建新的 Google 文档 https://docs.google.com/DocAction?action=newdoc
创建新的电子表格 http://spreadsheets.google.com/ccc?new
创建新的演示文稿 https://docs.google.com/DocAction?action=new_presentation
【讨论】:
如果您想以编程方式使用 Google 文档,您应该使用GData API。 Google 以多种不同的语言为客户提供服务。
【讨论】: