Editor's note: This post is cross-posted from the Google Developers Blog.
Ok, excellent, any way to list files/folders using the API?Looked all the way through, but didn't find the way to integrate Google Drive into our applications on iOS platform.
You can use the Google Picker to allow users to open their Drive files from inside your app:https://developers.google.com/drive/integrate-openYou can also use the Documents List API to list files/folders, but it will require your app to be granted access to a wider scope:https://developers.google.com/google-apps/documents-list/
Interesting stuff!Is there any guidance on when to use the Documents List API and when to use the Drive API?
Post a Comment
3 comments :
Ok, excellent, any way to list files/folders using the API?
Looked all the way through, but didn't find the way to integrate Google Drive into our applications on iOS platform.
You can use the Google Picker to allow users to open their Drive files from inside your app:
https://developers.google.com/drive/integrate-open
You can also use the Documents List API to list files/folders, but it will require your app to be granted access to a wider scope:
https://developers.google.com/google-apps/documents-list/
Interesting stuff!
Is there any guidance on when to use the Documents List API and when to use the Drive API?
Post a Comment