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

445 B

favicon, items
favicon items
/favicons/dropbox.svg
name desc
Create a folder Creates a new folder with the given parent folder and folder name.
name desc
Create a text file Create a new text file from plain text content you specify.
name desc
Rename a file Rename a file with the given file path and new name.
<script setup> import CustomListing from '../../components/CustomListing.vue' </script>