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

Add support for "Shared Drives" #5

Merged
merged 5 commits into from
Jul 7, 2022
Merged

Conversation

timvlaer
Copy link

This PR adds support for Google's "Shared Drives", see https://developers.google.com/drive/api/guides/enable-shareddrives

This PR updates the build to go 1.17

@jordanwmckee
Copy link

@adityak74

@timvlaer
Copy link
Author

timvlaer commented Jul 7, 2022

@jordanwmckee if you need this functionality, you can use my fork in the meantime:

- name: Upload to gdrive
  uses: timvlaer/google-drive-upload-git-action@main
  with:
     ...

@adityak74 adityak74 merged commit d3b7f6b into adityak74:main Jul 7, 2022
@adityak74
Copy link
Owner

@timvlaer @jordanwmckee - Thanks for contributing, new release v0.2 is now up!

@jordanwmckee
Copy link

jordanwmckee commented Jul 8, 2022

@adityak74 Awesome, thank you, it works great! Would it be possible to add support for uploading folders as well?

@adityak74
Copy link
Owner

@jordanwmckee - Can you post more specific requirements?

@jordanwmckee
Copy link

jordanwmckee commented Jul 8, 2022

@adityak74- Well, I'm not very familliar with the creation process for these gh actions, so I'm not sure how difficult this would be, but in my current workflow, I created a directory that contains a few files and other sub-dirs and files. I would like to be able to upload that main directory to a folder in google shared drive and maintain the structure inside that directory. So in gdrive, it would have to create the new directories in the specified location I am uploading to, and upload the contents of those directories to the destination as well. Does that make sense?

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

Successfully merging this pull request may close these issues.

None yet

3 participants