문제

I have an iOS app that uses the Google Docs List API to access and download spreadsheet data. I've done a basic test with upgrading my Google Docs account to Google Drive, and everything still seems to be working okay.

Based on the answer for this question Google Document List API and Google Drive SDK it looks like things will continue to work for awhile.

Are there any steps that mobile devs should be taking now to move to the new API? My main concern is that most of the developer docs so far are related to web apps and not mobile apps so requirements like registering for the chrome web store don't seem to fit. For example:

"Warning: Apps will not have any API access to files unless the app has been installed in Chrome Web Store. To test an app during development, you must first create a listing and install it."

Any guidance or suggestions would be appreciated.

도움이 되었습니까?

해결책

Check this answer for the rationale behind the Chrome Web Store installation: https://stackoverflow.com/a/10476737/186674

Also, we are considering removing the installation requirement for the development and testing phase, we should have some updates soon.

다른 팁

iOS apps using the Documents List API should now update to using the Google Drive API and the newer Google APIs Client Library for Objective-C.

The new API and library are quite a bit easier to use and more efficient than are the older GData alternatives.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top