I am a Google Drive user (not a user or API developer). I want to know if there is a way to search inside the contents of a file. I know that file names can be found in the search bar. But I could not find a way to search inside the files.
For example,
I have a Names.txt file that contains
Oracle Microsoft IBM
How can I get, say, Microsoft, just by doing a search?
I got this information
useContentAsIndexableText boolean Whether to use the content as indexable text. (Default: false)
of
https://developers.google.com/drive/v2/reference/files/insert
and nothing more useful: p
Any idea how to get the contents of a file by doing a search?
google-drive-sdk
Ajeeb.KP
source share