I am a google drive user(not a API user or developer). I want to know is there any way to search inside the file contents. I know the filenames can be searched with search bar. But i couldn't find a way to search inside files.
For example,
I have a file Names.txt which contains
Oracle
Microsoft
IBM
How can i get,say Microsoft, just by searching?
I got this information
useContentAsIndexableText boolean Whether to use the content as indexable text. (Default: false)
from
https://developers.google.com/drive/v2/reference/files/insert
and nothing more helpful :p
Any idea, how to get the file content by searching?