8000 Feature Request - Add Google Workspace Labels Support to Google Drive Extension · Issue #2389 · block/goose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feature Request - Add Google Workspace Labels Support to Google Drive Extension #2389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wiljowo opened this issue Apr 29, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@wiljowo
Copy link
wiljowo commented Apr 29, 2025

Description
Request to add support for Google Workspace labels in the Google Drive extension to enable programmatic label management.

Use Case

  • Need to programmatically apply organization-wide labels (like Data Safety Levels - DSL 2) to documents
  • Currently no way to apply Google Workspace labels through the extension
  • Important for batch operations on multiple documents
  • Critical for maintaining document classification and compliance

Specific Requirements

  1. Ability to apply existing Google Workspace labels to files/folders
  2. Ability to read current labels on files/folders
  3. Ability to modify/remove labels from files/folders

Example Scenario
When working with a folder containing multiple policy documents (like https://drive.google.com/drive/folders/1v8VmXc9xlDWbO8Cp9JExuBpfX0unP2v4), users need to:

  • Apply organization-defined labels (e.g., "Data Safety Levels - DSL 2")
  • Apply these labels to multiple documents in batch
  • Verify label application
  • Update labels as needed

Proposed Solution
Add new methods to the Google Drive extension:

  • apply_label(file_id, label_name)
  • get_labels(file_id)
  • remove_label(file_id, label_name)
  • batch_apply_label(file_ids[], label_name)

Additional Context
This feature would significantly improve the extension's utility for organizations using Google Workspace labels for document classification and compliance purposes.

@wiljowo wiljowo added the enhancement New feature or request label Apr 29, 2025
@wiljowo wiljowo changed the title [Feature Request] Add Google Workspace Labels Support to Google Drive Extension Feature Request - Add Google Workspace Labels Support to Google Drive Extension Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant
0