以前,在桌面应用程序中,我使用,列出Google中的所有可用文件。
http://jstock.hg.sourceforge.net/hgweb/jstock/jstock/file/808b03e824bf/src/org/yccheok/jstock/gui/Utils.java#l1188
然而,Android平台不支持。为了在Android平台上工作,我需要使用。
https://developers.google.com/drive/v1/reference/files/get
我不认为Google提供这样的功能。那么,安卓开发者能做些什么,来实现列出谷歌驱动中所有可用文件的目的呢?
发布于 2012-06-09 22:29:50
参见@Nivco到this post的答案。
诚然,并不是一组很好的选项,但"HTTP + XML解析器“可能是近期内的最佳选择.
https://stackoverflow.com/questions/10945019
复制相似问题