Skip to content
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

Feature: support impersonation #19

Open
JaapWeijland opened this issue Aug 29, 2023 · 0 comments
Open

Feature: support impersonation #19

JaapWeijland opened this issue Aug 29, 2023 · 0 comments

Comments

@JaapWeijland
Copy link

Hi there,

I am using a service account to upload a backup of my database to drive. Using your default method, I run into upload quota because service accounts have their own, non-configurable upload quota. In order to use the upload qouta from my google business, I need to leverage impersonation. However, I can't use this with this action, because you need to configure this impersonation on code level, and there is no parameter available to do so currently.

In the meantime, I am using this action: https://github.com/Jumbo810/Upload_Github_Artifacts_TO_GDrive, which works fine but it seems a bit abandoned. I am using the owner parameter which does exactly what I want. Could you also implement this feature?

Issue to Stack Overflow for context: https://stackoverflow.com/questions/40535355/how-to-fix-the-storage-exceeded-issue-for-google-drive-when-uploading-using-serv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant