How can an IOS app access Google Drive files

google-drive-api

Solution

The API for Google Drive is now released for Objective C. You can find it here:

http://code.google.com/p/google-api-objectivec-client/

Problem

Does anyone know how if IOS apps can access files stored on Google Drive? I did not find what I was looking for on https://developers.google.com/drive/ thanks Andy

Original source