user1424739
user1424739

Reputation: 13785

How to query google drive API by file ID?

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

Answers (1)

Vivek
Vivek

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

Related Questions