English 中文(简体)
Google驱动器和医生API
原标题:Google Drive and Docs API

我很想知道Google驱动器的发行情况,

My understanding is the only way to see your documents is by using Docs API, as Drive API only gives access to the files created by a Google Drive app (and only viewed by the creator app). Say App A created a file, App B can not see app A s files. Unless if you "open with" app A s file with app B. (in Drive UI).

我猜这个记录了 MIME 类型什么的。

那么,如果医生API过时了, 我们如何列出我们所有的医生?

http://support.google.com/a/bin/meeting.py?hl=en&remed=2490030

也是在日蚀的“加谷歌APIs”标签中,我们看不到文件API(Google驱动器存在)

谢谢

最佳回答

此时Google Drive API并不贬低Google文件列表API,因为正如你所提到的,2个API的用法和能力不同。

Google Drive API更受限制, 因为它有每个文件的安全模式, 并且只允许操作文件。 您需要使用此范围才能将您的应用程序整合到驱动器 Web 界面( 打开并创建集成点) 。

Google 文档列表 API 允许您在目录中列出文件, 控制文件的 ACL... 但是用户必须允许全部访问此应用程序 。

问题回答

您创建了一个 < a href= >, “ https:// developmenters.google.com/drive/ service- accounts" rel= “ nofollow” > service account < /a> 。 有一个名为 的驱动器服务对象 < / em > 的部分包含获得 < code> Google_ DriveService < /code > 对象所需的代码 - 应该是您需要的!

Google Documents List API 版本3.0 desprecation 期间 将结束,在 2015年4月20日 上成为

这里是"https:// developmenters.google.com/drive/web/migration" rel=“nofollow”>移民到API驱动器 的说明。

您可以使用 < a href=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\





相关问题
How to download all your google docs from shell

I learned how to download single google doc. But I am trying to make a script that downloads all my data in text format and then merges them in 1 text file. So, I wonder how to implement downloading ...

Use Google Docs API to download file of any type

Is it possible to download files of any type from Google Docs using the Google Docs API? (jpg, zip, txt) I can figure out how to download word, powerpoint, and excel files but want to be able to ...

Google account authorization for users accessing google docs

I am pulling list of docs in coldfusion via google docs API. I want users to click on the link and get signed in automatically in google docs, with my username and password. Google should not ask user ...

Google Docs API. Upload file using curl

Anyone know how to post file using curl to the google documents. I write this code: $header[] = "Authorization: GoogleLogin auth=seсretkey"; $header[] = "Content-Type: application/pdf"; $header[] = "...