【发布时间】:2012-05-28 03:39:51
【问题描述】:
我正在开发一个使用 Google Drive 的 iOS 应用。与 Google Drive API 一起使用什么?:
code.google.com/p/google-api-objectivec-client/
或
code.google.com/p/gdata-objectivec-client/
【问题讨论】:
标签: google-drive-api
我正在开发一个使用 Google Drive 的 iOS 应用。与 Google Drive API 一起使用什么?:
code.google.com/p/google-api-objectivec-client/
或
code.google.com/p/gdata-objectivec-client/
【问题讨论】:
标签: google-drive-api
更新:Objective-C 库现在支持 Drive API 的第 2 版
Drive API 是新的基于 JSON 的 API 之一,但 Objective-C library 尚不支持它。
您仍然可以将旧的基于 XML 的 Documents List API 与 GData library 一起使用,Documents List 和 Drive API 使用相同的资源(即文档)。
【讨论】: