@uriva/p2b-google-drive
1.0.5Skill
Description
Google Drive utils using safescript..
Download
Verified
tank install @uriva/p2b-google-driveGoogle Drive Skill
Allows bot to interact with Google Drive.
All functions require a token parameter that must be mapped to a bot secret via
secretMapping. The exact secret name varies per bot. To find the correct name:
- Call
secrets_and_variables/list_env_variables - Pick the secret whose hosts include
www.googleapis.comordrive.googleapis.com - Pass that secret name in
secretMapping(e.g.{ "googleToken": "GOOGLE_WORKSPACE_TOKEN" })
Do not guess secret names. Do not pass env var names like GOOGLE_TOKEN as
token values. Always discover the name first.
All functions return { success, result, error }.