Backendless is a comprehensive backend-as-a-service (BaaS) platform providing scalable backend functionality for mobile and web applications, including user authentication, data persistence, file storage, and custom API services.
Tool to copy a file or directory within backendless file storage. use when duplicating files to a new location after verifying source and destination paths.
Tool to create a new directory at the specified path. use when you need to organize files under a new folder structure.
Tool to create a new hive. use when you need to provision a new hive resource before performing hive operations. example: create a hive named 'grocerystore'.
Tool to create a new timer with schedule and code. use when scheduling recurring or one-off tasks to run server-side logic after confirming parameters.
Tool to delete a directory at the specified path in backendless file storage. use when you need to remove folders after confirming the path.
Tool to delete a file at the specified path in backendless file storage. use after confirming the file's relative path and filename.