我正在开发一个使用 Google Drive 的 iOS 应用程序。与 Google Drive API 一起使用什么?:
code.google.com/p/google-api-objectivec-client/
或者
code.google.com/p/gdata-objectivec-client/
我正在开发一个使用 Google Drive 的 iOS 应用程序。与 Google Drive API 一起使用什么?:
code.google.com/p/google-api-objectivec-client/
或者
code.google.com/p/gdata-objectivec-client/
更新:Objective-C 库现在支持 Drive API 的第 2 版
Drive API 是新的基于 JSON 的 API 之一,但是Objective-C 库还不支持它。
您仍然可以将旧的基于 XML 的 Documents List API 与GData 库一起使用,Documents List 和 Drive API 使用相同的资源(即文档)。