Categories
How to get info about one file by ID in Google Drive API?
Working with Google Drive API via php. Listing via $drive->files->listFiles($parameters) is clear. But how to get information about a folder or file by ID?
Answer the question
In order to leave comments, you need to log in
$drive->files->get($fileId); Taken from here https://developers.google.com/drive/api/v2/referen...
$drive->files->get($fileId);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question