About the Application
RaffleReaper is a desktop application that lets users import task data from their own Google Spreadsheets.
After the user explicitly signs in with Google and grants permission, the app reads the selected spreadsheet in read-only mode and processes the data locally on the user’s device.
The app also retrieves basic Google account profile information, such as display name and profile picture, to display and manage the connected Google account inside the app.
RaffleReaper does not create, edit, or delete Google Spreadsheet content. Google user data is not sold, shared with third parties, or sent to developer-operated servers.
Key Features
- Import task data from a Google Spreadsheet in read-only mode.
- Read spreadsheet titles, sheet names, and cell values selected by the user.
- Display the connected Google account inside the app for easier account selection.
- Store OAuth tokens and account information locally so users do not need to sign in every time.
- Process imported spreadsheet data locally on the user’s device.
Google API Scopes Used
This application uses the following Google API scopes:
- https://www.googleapis.com/auth/spreadsheets.readonly
Used to read spreadsheet metadata, sheet names, and cell values from Google Spreadsheets selected by the user. The app only reads spreadsheet data and does not create, edit, or delete spreadsheet content.
- openid
Used to identify the signed-in Google account and associate the authorization with the correct local account profile inside the desktop application.
- https://www.googleapis.com/auth/userinfo.profile
Used to retrieve basic profile information for the signed-in Google account, such as display name and profile picture. This information is used only to display and manage the connected Google account inside the app.