Skip to content

be more careful with drive_upload in tests #443

@achubaty

Description

@achubaty

don't run if using service account (e.g., on CI or some local test builds)

Error in retry(quote(googledrive::drive_upload(media = file, path = cloudFolderID,  : 
  Error in googledrive::drive_upload(media = file, path = cloudFolderID,  : 
  Client error: (403) Forbidden
Service Accounts do not have storage quota. Leverage shared drives
(https://developers.google.com/workspace/drive/api/guides/about-shareddrives),
or use OAuth delegation (http://support.google.com/a/answer/7281227) instead.message: Service Accounts do not have storage quota. Leverage shared drives
  (https://developers.google.com/workspace/drive/api/guides/about-shareddrives),
  or use OAuth delegation (http://support.google.com/a/answer/7281227) instead.domain: usageLimitsreason: storageQuotaExceeded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions