Feature Request - Add Google Workspace Labels Support to Google Drive Extension · Issue #2389 · block/goose · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Description
Request to add support for Google Workspace labels in the Google Drive extension to enable programmatic label management.
Use Case
Specific Requirements
Example Scenario
When working with a folder containing multiple policy documents (like https://drive.google.com/drive/folders/1v8VmXc9xlDWbO8Cp9JExuBpfX0unP2v4), users need to:
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.
The text was updated successfully, but these errors were encountered: