We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gatsby build fails with error source-google-docs: Expected property name or '}' in JSON at position 1
Gatsby build
source-google-docs: Expected property name or '}' in JSON at position 1
Versions:
Gatsby.config.js:
/** * @type {import('gatsby').GatsbyConfig} */ module.exports = { siteMetadata: { title: `pkm`, siteUrl: `https://www.yourdomain.tld` }, plugins: ["gatsby-plugin-postcss", "gatsby-plugin-mdx", { resolve: "gatsby-source-google-docs", options: { // https://drive.google.com/drive/folders/FOLDER_ID https://drive.google.com/drive/folders/15DxH7Yrn_EnbnMqNmZ766j5woMAectFN folder: "15DxH7Yrn_EnbnMqNmZ766j5woMAectFN", createPages: true, }, }, ] };
I've followed instructions described in https://www.gatsbyjs.com/plugins/gatsby-source-google-docs/.
I'm stuck now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gatsby build
fails with errorsource-google-docs: Expected property name or '}' in JSON at position 1
Versions:
Gatsby.config.js:
I've followed instructions described in https://www.gatsbyjs.com/plugins/gatsby-source-google-docs/.
I'm stuck now.
The text was updated successfully, but these errors were encountered: