regex - Find files accessible outside of my organization -


in drive.files.list can, using 'q' parameter, files user can read/write or own. able use regular expression in query value. example set q "not '.+@my-org.com' in writers". such query supported? have way (except invoking drive.permissions.list each , every file in drive) information from? thanks, uri

seems account level drive api part of report api - activities list. api (and admin console - audit - drive) section supported in unlimited license. still haven't found proper api drive state (list files metadata in account, permissions etc.) seems state can inferred analyzing relevant activity events assuming activity not being evicted after predefined period of time. conclusion, @ moment, there no "root" directory @ account level. "root" respect logged in user. more happy proved wrong. uri


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -