Files
automatisch/packages/docs/pages/apps/dropbox/actions.md
2024-02-26 18:47:35 +03:00

17 lines
445 B
Markdown

---
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.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />