feat(registry): add Google Drive plugin#14
Merged
FinleyGe merged 2 commits intoJul 8, 2026
Conversation
Collaborator
Plugin Review: googleDrive@0.1.0Verdict: pass Findings
Evidence
Publish DecisionProceed Scheduled Merge GateMerged by scheduled run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
googleDriveFastGPT community toolset as a pinned submodule.975b387bbc14b2c3af3c1e432e75856181e53dd2944318145fe631c8a7e60f21d5c379f0e43eeaebsearchFiles,uploadFile,downloadFile,createSharePermissionTool coverage
exportMimeType; optionally decode UTF-8 text.Endpoint safety: the plugin never accepts endpoint overrides. It uses fixed Google Drive API hosts (
https://www.googleapis.com/drive/v3andhttps://www.googleapis.com/upload/drive/v3) and sends the OAuth access token only as an Authorization header.Verification
Plugin repo (
fastgpt-plugin-googleDrive):pnpm install --ignore-workspace✅pnpm run type-check✅pnpm test✅ — 2 files / 13 tests passedpnpm build✅pnpm check✅pnpm run pack✅ — producedfastgpt-plugin-googleDrive.pkgRegistry repo:
pnpm validate✅ ({ "ok": true })pnpm test✅ — 8 files / 34 tests passedpnpm type-check✅git submodule status --recursive✅ — includespackages/tools/googleDriveat975b387bbc14b2c3af3c1e432e75856181e53dd2Remote dev debug
Skipped in this scheduled agent run because it requires a live FastGPT remote-debug connection key plus a real Google OAuth access token. Local build, CLI check, package, and mocked Google Drive API tests all passed.