Just share this web! You can invite member without your hands😎
You can deploy google-drive-invite web with heroku.
Should enter google api key
- Create New Project
- Go to Credentials Tab and Create credentials
- If this is your first credentials, then Configure Consent screen. You should set some information.
If you have other credentials already, then skip to 8
- Select External and click CREATE
- Enter Application name
- Select Web application, Enter the Name to identify.
And, Input the URL on Authorized redirect URIs
URL :
https://developers.google.com/oauthplayground
- You can find Credentials created. Click the Name to get the credentials's more information
- Copy Client ID and Client secret. It will be used to config deploy enviroment variable
9-1. Go to https://developers.google.com/oauthplayground/
9-2. Paste Client ID, Secret on OAuth 2.0 Configuration(check Use Your own Oauth credentials) - On right section.
9-3.Select Drive API V3's https://www.googleapis.com/auth/drive
, https://www.googleapis.com/auth/drive.file
And, Click Authorize APIs Button!
9-4. Click Exchange authorization code for tokens
You've got Authorization code, Refresh token
Use all of token to heroku deploy!