cedricdelpoux / gatsby-source-google-docs

Gatsby plugin to use Google Docs as a data source
https://cedricdelpoux.github.io/gatsby-source-google-docs/
MIT License
212 stars 55 forks source link

❌GOOGLE_DOCS_TOKEN #238

Closed jothikannan89 closed 1 year ago

jothikannan89 commented 1 year ago

❌GOOGLE_DOCS_TOKEN always says not valid

I have followed the below steps to get the GOOGLE_DOCS_TOKEN

  1. Enabled Google Drive and Docs API in the google console
  2. Created OAuth2 Client ID and Secret key
  3. Using OAuth 2.0 Playground I have created the Access and Refresh token for my own OAuth Credentials as said in the below reference https://help.talend.com/r/en-US/8.0/google-drive/how-to-access-google-drive-using-client-id-and-secret-a-google
jothikannan89 commented 1 year ago

no worried, fixed it myself

cedricdelpoux commented 1 year ago

What was the problem?