本文介绍了清单通过谷歌驱动器的SDK在谷歌驱动器可用文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

previously,在桌面应用程序中,我使用谷歌文档列表API,列出所有可用的文件在谷歌驱动器。

Previously, in desktop application, I am using Google Document List API, to list out all available files in Google Drive.

http://jstock.hg.sourceforge.net/hgweb/jstock/jstock/file/808b03e824bf/src/org/yccheok/jstock/gui/Utils.java#l1188

不过,谷歌文档列表API是不是在Android平台的支持。为了让这Android平台的工作,我需要使用谷歌驱动器的SDK。

However, Google Document List API is not supported in Android platform. In order for this to work in Android platform, I need to use Google Drive SDK.

我不明白谷歌驱动器SDK提供了这样的功能。那么,什么Android开发可以做的,实现的列出所有可用的文件在谷歌驱动器目的?

I do not see Google Drive SDK provides such functionality. So, what Android developers can do, to achieve list out all available files in Google Drive purpose?

推荐答案

见@Nivco答案的。

See the answer by @Nivco to this post.

诚然,不是一个伟大的选项,但可能在HTTP REST API以及XML解析器是近期最好的选择...

Admittedly, not a great set of options, but probably the "HTTP REST API plus XML parser" is your best bet in the near term...

这篇关于清单通过谷歌驱动器的SDK在谷歌驱动器可用文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-03 01:12