The following Privacy Policy notes are valid for
trackdownv1.3.0 [currently only available on GitHub]
- [IMPORTANT] We currently reached the maximum number of users for the API credentails. Installing the development
trackdownfrom GitHub will require to create your own API credentials. Please, see instructions at https://claudiozandonella.github.io/trackdown/articles/oauth-client-configuration.html
The trackdown package works with Google APIs from R.
The trackdown package is governed by policies recorded
here. The trackdown package uses internal resources owned
by the “Trackdown R Package” project on Google Cloud Platform. That is
the name you will see in a consent screen.
Your use of Google APIs with the trackdown package is
subject to each API’s respective terms of service. See https://developers.google.com/terms/.
The trackdown package accesses Google resources from
your local machine. Your machine communicates directly with the Google
APIs.
The Trackdown R Package project never receives your data or the permission to access your data. The owners of the project can only see anonymous, aggregated information about usage of tokens obtained through its OAuth client, such as which APIs and endpoints are being used.
The trackdown package includes functions that you can
execute in order to read or modify your own data. This can only happen
after you provide a token, which requires that you authenticate yourself
as a specific Google user and authorize these actions.
The trackdown package can help you get a token by
guiding you through the OAuth flow in the browser. There you must
consent to allow the Trackdown R Package project to operate on your
behalf. The OAuth consent screen will describe the scope of what is
being authorized, e.g., it will name the target API(s) and whether you
are authorizing “read only” or “read and write” access.
There are two ways to use these packages without authorizing the Trackdown R Package project: bring your own service account token or configure the package to use an OAuth client of your choice.
Overview of the scopes requested by the Trackdown R Package project and their rationale:
userinfo.email (read only): The Trackdown R Package
project request this scope so that cached tokens can be labelled with
the associated Google user, allowing you to more easily access Google
APIs with more than one identity. The Trackdown R Package project do NOT
have access to and do NOT store your Google password.
Drive (read/write): The trackdown package allows you
to upload, modify, and download files to your Drive and therefore the
default scopes include read/write access.