简体   繁体   English

Google Drive Android API-Google Drive应用

[英]Google Drive Android API - Google Drive App

Does Google Drive Android API need Google Drive App installed on the device to work? Google Drive Android API是否需要在设备上安装Google Drive App才能运行?

I can't find any information about it, and I can't really test it without registering for the Google Developer Console... 我找不到有关它的任何信息,而且如果不注册Google Developer Console,就无法真正对其进行测试...

Does Google Drive Android API need Google Drive App installed on the device to work? Google Drive Android API是否需要在设备上安装Google Drive App才能运行?

No, the Google Drive app doesn't need to be installed. 否,不需要安装Google云端硬盘应用。 However you do use Google Play services SDK to work with Drive and that must be present for your app to work correctly. 但是,您确实使用Google Play服务SDK与云端硬盘一起使用,并且必须存在该SDK才能使您的应用正常运行。 As long as you follow the documentation on setting up Google Play Services then you shouldn't have any problems. 只要遵循有关设置 Google Play服务的文档,就不会有任何问题。

Actually no, you don't have to install it in your computer. 实际上不,您不必在计算机上安装它。 But you must get client_id and client_secret credentials from console developer if you want to use restful api in your test operations. 但是,如果您想在测试操作中使用静态API,则必须从控制台开发人员那里获得client_id和client_secret凭据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM