middleman-google_drive | Middleman extension for loading content from Google Drive
kandi X-RAY | middleman-google_drive Summary
kandi X-RAY | middleman-google_drive Summary
middleman-google_drive is a Ruby library. middleman-google_drive has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Middleman extension for loading content from Google Drive
Middleman extension for loading content from Google Drive
Support
Quality
Security
License
Reuse
Support
middleman-google_drive has a low active ecosystem.
It has 139 star(s) with 5 fork(s). There are 140 watchers for this library.
It had no major release in the last 6 months.
There are 3 open issues and 7 have been closed. On average issues are closed in 41 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of middleman-google_drive is current.
Quality
middleman-google_drive has 0 bugs and 0 code smells.
Security
middleman-google_drive has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
middleman-google_drive code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
middleman-google_drive is licensed under the BSD-3-Clause License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
middleman-google_drive releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
middleman-google_drive saves you 149 person hours of effort in developing the same functionality from scratch.
It has 371 lines of code, 27 functions and 6 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of middleman-google_drive
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of middleman-google_drive
middleman-google_drive Key Features
No Key Features are available at this moment for middleman-google_drive.
middleman-google_drive Examples and Code Snippets
No Code Snippets are available at this moment for middleman-google_drive.
Community Discussions
No Community Discussions are available at this moment for middleman-google_drive.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install middleman-google_drive
Add this line to your application's Gemfile:.
The first time you use this extension, you will have to configure the authentication with Google docs. There are two parts to this. First you will have to register a client application with Google and get API keys. Tarbell has a great explanation on how to do this. You will need to copy the client_secrets.json to ~/.google_client_secrets.json. The first time you run middleman, you will be sent to a Google login prompt in order to associate Middleman with your Google account. You should make sure that the account that you choose has access to the spreadsheets you want to use in Middleman. You need to make sure that the redirect_urls setting for the client secrets is urn:ietf:wg:oauth:2.0:oob and not another URL. Protip: If somebody in your org has used this extension or something like it, chances are that person has already created a client secrets file that can be shared with you. Once you authenticate with Google, a new file ~/.google_drive_oauth2.json will be created containing an key for communicating with Google Drive. You can override the location of the client secrets and oauth2 JSON files with the environment variables GOOGLE_CLIENT_SECRETS and GOOGLE_DRIVE_OAUTH. If you plan to run Middleman on a server, you can use Google's server to server authentication. This will kick in if you define the environment variables GOOGLE_OAUTH_PERSON, GOOGLE_OAUTH_ISSUER and either GOOGLE_OAUTH_KEYFILE or GOOGLE_OAUTH_PRIVATE_KEY.
The first time you use this extension, you will have to configure the authentication with Google docs. There are two parts to this. First you will have to register a client application with Google and get API keys. Tarbell has a great explanation on how to do this. You will need to copy the client_secrets.json to ~/.google_client_secrets.json. The first time you run middleman, you will be sent to a Google login prompt in order to associate Middleman with your Google account. You should make sure that the account that you choose has access to the spreadsheets you want to use in Middleman. You need to make sure that the redirect_urls setting for the client secrets is urn:ietf:wg:oauth:2.0:oob and not another URL. Protip: If somebody in your org has used this extension or something like it, chances are that person has already created a client secrets file that can be shared with you. Once you authenticate with Google, a new file ~/.google_drive_oauth2.json will be created containing an key for communicating with Google Drive. You can override the location of the client secrets and oauth2 JSON files with the environment variables GOOGLE_CLIENT_SECRETS and GOOGLE_DRIVE_OAUTH. If you plan to run Middleman on a server, you can use Google's server to server authentication. This will kick in if you define the environment variables GOOGLE_OAUTH_PERSON, GOOGLE_OAUTH_ISSUER and either GOOGLE_OAUTH_KEYFILE or GOOGLE_OAUTH_PRIVATE_KEY.
Support
Fork it ( https://github.com/voxmedia/middleman-google_drive/fork )Create your feature branch (git checkout -b my-new-feature)Commit your changes (git commit -am 'Add some feature')Push to the branch (git push origin my-new-feature)Create a new Pull Request
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page