New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@db-man/google

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-man/google

@db-man/google

latest
Source
npmnpm
Version
0.1.13
Version published
Maintainers
1
Created
Source

cli

cli_getAllInAlbum

How to get api key and access token from Google

  • Go to https://developers.google.com/photos/library/reference/rest/v1/albums/list, open DevTools
  • Click "Execute" button.
  • Check the "/v1/albums" API endpoint in the DevTools Network tab
  • The "key" in the query string is API_KEY in env var
  • The "Authorization" header is ACCESS_TOKEN in env var (remove "Bearer")

How to run script

API_KEY=AI...TM ACCESS_TOKEN=ya...2Q ALBUM_TITLE="Test for API" npx @db-man/google

FAQs

Package last updated on 08 Sep 2025

Did you know?

Socket

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.

Install

Related posts