4

How can we manage Google Drive using Google Drive API, which requires

  1. list collections and its children
  2. create file and collection
  3. rename/move/copy files and collections
Bao Le
  • 16,643
  • 9
  • 65
  • 68

2 Answers2

3

I can't try this yet as I don't have access to google drive, but as far as I know google drive is a google docs rebrand, so probably the older google docs api's still work if you n eed to work with collections. https://developers.google.com/google-apps/documents-list/#managing_collections_and_their_contents

David Mulder
  • 26,123
  • 9
  • 51
  • 114
  • 1
    When I try to list a collection with Google Docs API, it lists only files/collections created with Google Docs, not lists newly created files with Google Drive – Bao Le Apr 26 '12 at 03:11
  • I'm trying this as well in Ruby, seems not doable properly.. I just wish Google Drive would add files listing in their four APIs. – kain Apr 26 '12 at 18:08
2

Now we have Google Drive SDK v2, which supposedly can solve your problems.

Takahiro
  • 1,222
  • 10
  • 11