Reputation: 13785
I don't see a way to query google drive API by file ID. Is there a way to do so?
https://developers.google.com/drive/api/v3/reference/query-ref
Upvotes: 3
Views: 3747
Reputation: 1523
You can query files by fileId
using below API -
GET https://www.googleapis.com/drive/v3/files/fileId
https://developers.google.com/drive/api/v3/reference/files/get
Upvotes: 2