If you are using Google Drive API to list files be aware:
title contains <YourString> should be taken as title STARTING WITH <YourString>
If you have a file title such as foo.extension :
Use fullText contains to get the correct results.
title contains <YourString> should be taken as title STARTING WITH <YourString>
If you have a file title such as foo.extension :
- title contains 'foo' will be on the results
- title contains '.extension' will not
- title contains 'foo.e' will work ok as well
Use fullText contains to get the correct results.
No comments:
Post a Comment