HI @FSP
Welcome to community!
Dont use mimetype in Find files and folder use condition like in this tutorial
Instead get all the ids and then get only files list by the expression
FindFilesVariable.AsEnumerable().Where(Function(s) Not s.MimeType.Contains(“application/vnd.google-apps.folder”)).Select(Function(a) a.Name)
Regards
Sudharsan
1 Like