c# - Sample program turns up files that aren't in Google Drive? -
i ran sample program google listing files in drive folder (not on computer on web service) sample can found here.
weird thing though, console output showing file there, not there more. can't tell why is. made file test in past, deleted test. alas program show still there.
this file named "_meta" no longer exist in drive , haven't more 24 hours. gives?
as discussed in comment, read meta-data information of file whether file has been deleted.
google drive allows access deleted file(s) drive using bin similar recycle bin concept on windows. so, user may restore file if needed.
you have discovered file.trashed used query if don't want deleted files in result.
please change condition file.trashed == false easy read compared file.trashed != true.

Comments
Post a Comment