stlllka.blogg.se

Public google drive link
Public google drive link





I publicly shared this script so that anybody can view or run it. The script then emails the user the names and URLs of their public Drive files. It uses the Google Drive SDK search feature via the searchFiles() method in Google Apps Script DriveApp to find files with a visibility of anyoneCanFind or anyoneWithLink. I created this project to solve this problem. G Suite Admins or security teams may need to help users identify their public Google Drive files. The Google Drive UI does not let you search for your publicly shared files. Public sharing is also the default sharing option in the Google Drive UI. Often people create public Google Drive files because they're not aware they can share with other Google users directly.

public google drive link

These documents can even show up in Google searches if they are "Public on the web." Public sharing is useful for crowd sourcing information or publishing content, but it's not appropriate for sensitive information. Public Google Drive documents can be viewed or edited by anyone with the link. A Google Apps Script that audits all of your Google Drive files for any publicly shared files and sends you an email with the results.







Public google drive link