I'm migrating to Google Drive REST API (Android SDK v3) and i can't figure out how to request file system entries for a Google Drive directory assuming i have it's fileId
.
I looked into REST API and i can't see how i can pass fileId
.
It looks like search can be used ("%fileId%" in parents
), but is it actually the recommended way?
Any proper way of doing that?