Shared Drive fixes/updates

This commit is contained in:
Ross Scroggs
2024-02-02 16:00:43 -08:00
parent ee68669652
commit 51c7a542e3
4 changed files with 188 additions and 84 deletions

View File

@ -276,6 +276,7 @@ YOUTUBE_THROW_REASONS = [SERVICE_NOT_AVAILABLE, AUTH_ERROR, UNSUPPORTED_SUPERVIS
REASON_MESSAGE_MAP = {
ABORTED: [
('Label name exists or conflicts', DUPLICATE),
('The operation was aborted', ABORTED),
],
CONDITION_NOT_MET: [
('Cyclic memberships not allowed', CYCLIC_MEMBERSHIPS_NOT_ALLOWED),