PipedreamHQ / PipedreamHQ/pipedream
[ACTION] File Store
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# file_store
## URLs
- https://pipedream.com/docs/projects/file-stores/reference/#files
## Actions
### list-files
#### Prompt
Optional prop to specify the directory
#### URLs
- https://pipedream.com/docs/projects/file-stores/reference/#files-dir-path
### create-file-url
#### Prompt
Required prop to specify the file (should use async options to list the files)
#### URLs
- https://pipedream.com/docs/projects/file-stores/reference/#file-tourl
### download-file-to-tmp
#### Prompt
#### URLs
- https://pipedream.com/docs/projects/file-stores/reference/#file-tofile-path
### upload-file
#### Prompt
#### URLs
- https://pipedream.com/docs/projects/file-stores/reference/#file-tofile-path
- https://pipedream.com/docs/projects/file-stores/reference/#file-fromurl-url
### delete-file
#### Prompt
#### URLs
- https://pipedream.com/docs/projects/file-stores/reference/#file-tofile-path
Contributor guide
Assessment
This issue has not been assessed yet.