上次我遇到从Google云端硬盘下载文件的问题(虽然以前工作正常)。
http://screencast.com/t/peczgkmftRG
它甚至不在Activity中运行,用于数据处理。然后在日志中显示以下摘录:
java.io.IOException: Network Error Could not update entry https://docs.google.com/feeds/default/private/full/file%3A0B2rp3fzjxgqkMi1mSFJIMFVSN28: Received 500 status code: <errors xmlns='http://schemas.google.com/g/2005'><error><domain>GData</domain><code>ServiceException</code><internalReason>An unknown error occurred.</internalReason></error></errors>
我决定使用this tutorial制作这样的应用程序进行测试;但是,我的结果是一样的。也许以前有人有这样的经历?请引导我朝正确的方向前进。
答案 0 :(得分:1)
您正在使用几天前弃用的docsList api。将代码迁移到驱动器api。在s.o.上有很多关于它的问题搜索它们并在官方谷歌文档中。