79431619

Date: 2025-02-12 00:35:47
Score: 1.5
Natty:
Report link

It's possible to get the direct children of the folder with the https://www.googleapis.com/drive/v3/files endpoint. Example:

https://www.googleapis.com/drive/v3/files?q='folderId' in parents

You wont be able, however, to get the whole tree from this, you would need to query the contents of the subfolders on demand.

Source: https://developers.google.com/drive/api/guides/search-files

Source: https://developers.google.com/drive/api/guides/ref-search-terms#file-properties

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Davi Fernandes