feat(dropbox): add create text file action

This commit is contained in:
Rıdvan Akca
2024-02-26 18:47:35 +03:00
parent 51e96b832d
commit 64755695a1
4 changed files with 88 additions and 3 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/dropbox.svg
items:
- name: Create a folder
desc: Creates a new folder with the given parent folder and folder name.
- name: Create a text file
desc: Create a new text file from plain text content you specify.
- name: Rename a file
desc: Rename a file with the given file path and new name.
---