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

[ACTION] Upload and Delete multiple files from google drive. #2339

Closed
LucBerge opened this issue Feb 28, 2022 · 1 comment
Closed

[ACTION] Upload and Delete multiple files from google drive. #2339

LucBerge opened this issue Feb 28, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@LucBerge
Copy link
Contributor

Is your feature request related to a problem? Please describe.
This feature request is related to two Google Drive actions.

I have made a flow to synchronize my Airtable records with my Google Drive:

  • When files are added to a record, the files are uploaded on my Google Drive.
  • When files are removed from a record, the corresponding files on my Google Drive are removed.

I may have multiple file to upload and remove from Google Drive at once. But pipedream Google Drive action only allow single file to be uploaded/removed.

Describe the solution you'd like

  • Modify the Google Drive create-file or/and upload-file actions to be able to upload multiple files.
  • Modify the Google Drive delete-file action to be able to delete multiple files.

Do you have a workaround?
/

Comparable features in other tools?
/

Additional context
/

@LucBerge LucBerge added the enhancement New feature or request label Feb 28, 2022
@dylburger
Copy link
Contributor

@LucBerge I apologize for the delay in getting back to you. I'm closing this issue because it'll be solved by #193, which is on our near-term backlog.

For now, you can use the Google Drive Node.js SDK, iterating over the files in a for loop.

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

No branches or pull requests

2 participants