Using Google Drive api how can I get the children of a folder
320 views
Skip to first unread message
Sushma Boppana
unread,
Jan 17, 2017, 12:10:43 AM1/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google APIs Explorer Users Forum
Using Google Drive api how can I get the children of a folder? Not just the direct children but all the files/folders under the actual folder. Is there a way to do that?
Thanks,
Sushma
John Boswell
unread,
Jan 17, 2017, 4:36:29 PM1/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Direct children can be looked up by referencing the "parent" field of a file. If you want to build up the whole directory structure tree, presumably you can just look up the parent's parent, and so on.