https://github.com/danielmahon/strapi-upload-google-storage
https://github.com/danielmahon/strapi-upload-google-storage
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmahon/strapi-upload-google-storage
- Owner: danielmahon
- License: mit
- Created: 2019-06-07T17:18:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T17:29:25.000Z (about 7 years ago)
- Last Synced: 2025-03-27T09:40:50.192Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# strapi-upload-google-storage
Provider for strapi-plugin-upload
=====================
## !! UNMAINTAINED !!
I am not currently using Strapi for any projects so this plugin will remain "as-is" unless needed again. PRs may still be accepted, or you can use your own fork.
=====================
## Setup
1. Follow the instructions at https://cloud.google.com/docs/authentication/getting-started to create a service account key with at least the `Storage Admin` role.
2. Download the resulting JSON file containing your key.
3. Copy the entire file contents into the `Service Account JSON` field under "Upload - Settings" in the Strapi admin.
4. Enter a storage bucket to use or create.
The provider will parse the JSON for the required credentials.
## Resources
- [MIT License](LICENSE.md)
## Links
- [Strapi website](http://strapi.io/)
- [Strapi community on Slack](http://slack.strapi.io)
- [Strapi news on Twitter](https://twitter.com/strapijs)