I have not been able to find any code examples of accessing the Google Drive API with Objective-C. Does anyone know where to find some? I have the Google Client libraries incorporated into my project, but I don't know how to start with the code.
I am particularly interested in how the authentication works since redirecting to authorization url and then back to the app like you do for web apps doesn't seem like it would work for a native iOS app.
Thanks! Chris