Export Sheet Data - Privacy Policy
Starting January 8, 2018, Google will require all apps and add-ons to be verified if they access "sensitive Google APIs." Since Export Sheet Data (ESD) must access users' Google Dive files to function, it needs to be verified so users are not shown a terrifying "Unverified App" screen. Part of that verification requires having a visible privacy policy which can be read below.
When does ESD collect my personal information?
Never. Any personal information collected (which should be none) is purely done by internal Google processes. I have not coded any personal data collection into ESD. Your data is YOUR data.
Where does ESD send my personal information?
Nowhere. Any personal information sent anywhere (which should be nowhere) is purely done by internal Google processes. I have not coded any personal data sharing into ESD. Your data is no one else's business.
Does ESD do anything with my personal information?
No. ESD does not store or access your data outside of internal Google processes. Your data is used to persist settings in the current sheet document so you don’t need to enter settings each time you open the document. This is an internal Google process, and does not store your data nor send it to an external location.
Is my personal information secure?
Yes, security procedures are in place to protect the confidentiality of your data. ESD does not store or send your data to any external location. Your personal information is only used by internal Google processes while ESD is running.
Why make a privacy policy if you aren't collecting personal information?
Google requires it for verification. I would prefer new users not have to take extra steps to install ESD nor do I want users to feel uneasy because they are installing an "unverified add-on."
What scopes are used by ESD and why?
The sensitive scopes used by ESD are listed and explained below. You can view official definitions of each scope here.
https://www.googleapis.com/auth/userinfo.email
Scope included in add-ons by default. Allows add-ons to view your email. Not used directly by ESD.
https://www.googleapis.com/auth/script.container.ui
Scope included in add-ons by default. Allows access to the app's UI.
https://www.googleapis.com/auth/drive
Allows reading and writing Google Drive files. This is used to create files for the data exported by ESD. Unfortunately there is no way to limit this to only creating or modifying files similar to .read-only scopes so ESD must have authority to read files as well, though it does not actually do so.
https://www.googleapis.com/auth/spreadsheets.currentonly
Allows access to data contained in the spreadsheets that have installed ESD. This is used to pull data into ESD for export.