You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google_file_list=drive.ListFile({'q': "trashed=false and (title contains '.gcode' or mimeType='application/vnd.google-apps.folder')", 'orderBy': 'createdDate'}).GetList()
128
+
google_file_list=drive.ListFile({'q': "trashed=false and (title contains '.gcode' or title contains '.bgcode' or mimeType='application/vnd.google-apps.folder')", 'orderBy': 'createdDate'}).GetList()
0 commit comments