Connection Status
Not Connected
Configure your Google Sheets credentials below
1 Create Google Sheet
Create a new Google Sheet that will store all your project data.
- Go to sheets.google.com
- Create a new blank spreadsheet
- Name it "Project Command Centre Data"
- Copy the Sheet ID from the URL
URL format:
https://docs.google.com/spreadsheets/d/[SHEET_ID]/edit
https://docs.google.com/spreadsheets/d/[SHEET_ID]/edit
2 Get Google API Key
Create a Google Cloud project and enable the Sheets API.
- Go to Google Cloud Console
- Create a new project (or select existing)
- Enable "Google Sheets API"
- Go to Credentials → Create API Key
- (Optional) Restrict key to Sheets API only
3 Enter Your Credentials
★ Apps Script for Write Access (Optional)
To enable write access without OAuth, deploy this Google Apps Script as a Web App:
- Go to script.google.com
- Create a new project
- Paste the code below
- Update SHEET_ID with your Google Sheet ID
- Run the
initializeSheets()function first - Deploy → New deployment → Web app
- Execute as: Me, Who has access: Anyone
- Copy the Web App URL and paste above