
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
node-red-contrib-google-drive
Advanced tools
A Node-RED node to interact with Google Drive using OAuth2
This Node-RED module provides nodes to interact with Google Drive using OAuth2.
Originally written by @lexiraeanna here https://github.com/lexiraeanna/-lexiraeanna-node-red-contrib-google-drive
I fixed a couple brokens things, updated the dependencies and automated some of it's maitenance. If the original author wishes to re-maintain this please open an issue in the repo and we can transfew ownership back. I made this fork and additions to continue it's ongoing opensource life.
npm pack
gdrive-2.0.0.tgz
filecd ~/.node-red
npm install /path/to/gdrive-2.0.0.tgz
cp gdrive-2.0.0.tgz ~/.node-red/
cd ~/.node-red
npm install gdrive-2.0.0.tgz
Drag and drop the Google Drive API node into your Node-RED flow.
Click on "Add new google-credentials" to create a google-credentials configuration node.
Configure the node with your OAuth 2.0 credentials:
http://localhost:1880/google-credentials/auth/callback
).https://www.googleapis.com/auth/drive
).Click Start Authorization to begin the OAuth 2.0 authorization process.
Add the Google Drive API node to your Node-RED flow.
Configure the node:
Deploy your Node-RED flow to apply the changes.
Use the configured Node-RED flow to interact with Google Drive:
If you would like to preview the file's contents prior to deploying your flow, click on the "Fetch File Content" button next to the file ID. Your file's data will populate in the content and metadata fields, and as an alert pop-up for the operations without them.
FAQs
A Node-RED node to interact with Google Drive using OAuth2
The npm package node-red-contrib-google-drive receives a total of 62 weekly downloads. As such, node-red-contrib-google-drive popularity was classified as not popular.
We found that node-red-contrib-google-drive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.