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

Breaking Bug: When uploading to multiple folders, the files in previous folders get deleted. #18

Open
MrVauxs opened this issue May 9, 2023 · 2 comments

Comments

@MrVauxs
Copy link

MrVauxs commented May 9, 2023

I have a bunch of repositories hooked up to different Google Drive folders, but using the same Google Cloud API to upload the files to.
The two files uploaded to each folder have the same name, the only difference is the folder.

When I update one repository and the Github Action pushes its files to that repository's folder, the previous versions of the file completely disappear. It looks like the action only creates one Google Drive ID per name.

@hadrienj
Copy link

hadrienj commented Jun 23, 2023

@MrVauxs I had the same problem, but I solved it using the option overwrite: "false".

@MrVauxs
Copy link
Author

MrVauxs commented Jun 23, 2023

Unfortunately not an option for me, as I do want to overwrite the files in specific folders.

Alas, this bug made the action unusable for me so I went to using rclone and I recommend you do as well.

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

2 participants