-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy Policy
Last Updated: 04/09/2021 (4th September 2021)
This plugin accesses Google resources directly via the Sheets API on your local machine.
The plugin never receives your data or the permission to access your data. Those with access to the OAuth application can only see anonymous, aggregated information about usage of tokens obtained through its OAuth client.
The plugin includes tasks that you can execute in order to read or update your own data. This can only happen after you provide a token, which requires that you authenticate yourself as a specific Google user and authorise these actions.
The plugin uses the Google OAuth APIs to create a token, which redirects and guides you through the OAuth flow in the browser. There you must consent to allow the Translation Sheet plugin to operate on your behalf, which includes access to reading and writing data to your spreadsheets as detailed in the scopes section.
- Sheets (read/write): This plugin allows you to query and update your spreadsheets automatically and as selected, and therefore the default scopes include read/write access.
The plugin communicates directly with Google APIs and on your local machine. No user data is shared with the owners of the Translation Sheet plugin or any intermediate servers.
The plugin will store your credentials on your local machine, for later reuse by you. The location of the credentials can be selected by you and it is up to you, the user, to use caution in where these are stored to ensure others cannot access this data.
By default, tokens are stored in build/tokens/ relative to your project. This can be customised using the tokensDirectory property in the Translation Sheet extension.