bytechefhq / bytechefhq/bytechef
[improve]: Google Drive Create File needs a condition to check if folder exists
Open
backend
enhancement
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
### Improvement target
When trying to create a file in cloud component (google drive), you first need to create a condition that checks if the folder you are trying to upload to exists, then you can create a file
### Improvement description
we should add a flag (autoCreateFolder) in parameters of the create file action. If it's true, it will check if the folder exists and create it before creating the file
### Observed Version
latest
Contributor guide
Assessment
This issue has not been assessed yet.