Fetch images from google docs and transform them to gatsby local nodes
See original GitHub issueActually, it seems to me that some images are visible only if we are login to google and have rights to see documents.
It could be nice to use the official gatsby-source-filesystem and the createRemoteFileNode
to fetch images and transform them to gatsby nodes.
I’m not sure how to do this.
What do you think @KyleAMathews ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
gatsby-source-google-docs-team
gatsby -source-google-docs-team is a Gatsby plugin to use Google Docs as a data ... download images to gatsby; Added folder name to node...
Read more >Fetching remote images and converting them to gatsby images
This takes that image from my CMS, and converts it to a 'Gatsby image' and can be found in graphQL query under wcProduct.images.localFile...
Read more >Make your designer happier with Gatsby's image manipulations
This allows you to fetch all the files of a certain directory, fetch the contents of a particular file, etc. Transformer Plugins: Responsible ......
Read more >feat(gatsby-remark-copy-linked-files): allow communities plugins to ...
The make it fast, the plugin transform Google Docs Documents into Markdown and is fully compatible with Gatsby Remark ecosystem. It downloads all...
Read more >Deliver remote media files - Cloudinary
Retrieve remote media files from any URL, apply transformations, and then deliver the automatically optimized images and videos via CDN.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Raised a PR https://github.com/xuopled/gatsby-source-google-docs/pull/22 for this since I need this functionality for a current project.
I merged the PR but the discussion about this can continue here