Trianalitix — Privacy Policy
Last
updated on April 21, 2023
Trianalitix use
of information received from Google APIs will adhere to the Google API Services User Data Policy, including
the Limited Use requirements.
The idea behind
this workspace add-on is to be able to create a native apps script container
bound project (attached to a google sheet) and use the doGet function to
receive data from Strava web site.
your personal
data
- does
not leave the add-on window inside your workspace
- is
not accessed by, used, stored or shared with anyone else (including the
developer of this add-on) except you
this add-on
does
- retrieve
an OAuth token by means of the ScriptApp.getOAuthToken() function but
only to make authenticated api requests to google apps script's rest apis
- makes
use of the properties services to store
document and script related data (example: script id, script version
number, url of the web app deployed etc.)
- connects
to external services using UrlFetchApp
- uses
4 sensitive scopes
scopes
the add-on will
make use of a following scopes -
- https://www.googleapis.com/auth/spreadsheets—
this scope will be used to create in your spreadsheet sheets for log your
Strava activities and for analytics tables and graphs
- https://www.googleapis.com/auth/script.scriptapp
— this scope will allow this application to update data automatically once
per day. Further updates could be triggered from the menu
- https://www.googleapis.com/auth/script.external_request
— this scope will be used to connect to Strava web site and retrieve your
activities
- https://www.googleapis.com/auth/script.container.ui —
this scope will be used to connect to Strava API
a more detailed explanation of
what these scopes make use of can be found in the images displayed here.
contact