简体   繁体   English

适用于Google云端硬盘的Android API?

[英]Android API for Google Drive?

It seems the currently released API is focused on Chrome store apps. 目前发布的API似乎专注于Chrome商店应用。

Will there be an API for Android or is it possible to use and existing API like the Google Documents list data? 是否会有适用于Android的API,是否可以使用Google文档列表数据等现有API? And if so, which URL should be used for listing/accessing files? 如果是这样,哪个URL应该用于列出/访问文件?

edit: with the deprecation of the docs list API, this is no longer the best solution 编辑:随着文档列表API的弃用,这不再是最佳解决方案

You can use the existing Documents List API to access Drive resources, they share the same endpoints. 您可以使用现有的Documents List API访问Drive资源,它们共享相同的端点。

以下是将您的应用与Google云端硬盘集成的指南

Unfortunately the Documents List API is mainly documented in .NET (just the oauth is in java). 不幸的是,Documents List API主要在.NET中记录(只是oauth在java中)。 For the life of me I am struggling putting together the end points in the gdata jar to upload a simple file. 对于我的生活,我正在努力将gdata jar中的端点组合起来上传一个简单的文件。 Tried to use the .net example as a guide put couldnt find the comparable classes in java. 试图使用.net示例作为指南,无法在java中找到类似的类。

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

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