Modules@robinpath/dropbox
@robinpath/dropbox
0.1.0PublicDropbox module for RobinPath.
@robinpath/dropbox
Dropbox module for RobinPath.
Why use this module?
The dropbox module lets you:
- listFolder
- getMetadata
- createFolder
- deleteEntry
- moveEntry
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/dropbox
Quick Start
1. Set up credentials
dropbox.setCredentials "your-credentials"
2. listFolder
dropbox.listFolder
Available Functions
| Function | Description |
|---|---|
dropbox.setCredentials | Configure dropbox credentials. |
dropbox.listFolder | listFolder |
dropbox.getMetadata | getMetadata |
dropbox.createFolder | createFolder |
dropbox.deleteEntry | deleteEntry |
dropbox.moveEntry | moveEntry |
dropbox.copyEntry | copyEntry |
dropbox.uploadFile | uploadFile |
dropbox.downloadFile | downloadFile |
dropbox.getTemporaryLink | getTemporaryLink |
dropbox.searchFiles | searchFiles |
dropbox.listRevisions | listRevisions |
dropbox.restoreFile | restoreFile |
dropbox.createSharedLink | createSharedLink |
dropbox.listSharedLinks | listSharedLinks |
dropbox.revokeSharedLink | revokeSharedLink |
dropbox.getSpaceUsage | getSpaceUsage |
dropbox.getCurrentAccount | getCurrentAccount |
dropbox.getPreview | getPreview |
Examples
listFolder
dropbox.listFolder
getMetadata
dropbox.getMetadata
createFolder
dropbox.createFolder
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/dropbox";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
dropbox.setCredentials "your-credentials"
dropbox.listFolder
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/s3— Amazon S3 module for complementary functionality@robinpath/box— Box module for complementary functionality@robinpath/onedrive— OneDrive module for complementary functionality@robinpath/google-drive— Google Drive module for complementary functionality@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
devops
0
@robinpath/bitbucket
v0.1.1robinpath
Bitbucket module for RobinPath.
0 downloads
...
devops
0
@robinpath/box
v0.1.1robinpath
Box module for RobinPath.
0 downloads
...
devops
0
@robinpath/cache
v0.1.1robinpath
In-memory key-value cache with optional TTL expiration for temporary data storage
0 downloads
...
devops
0
@robinpath/cloudflare
v0.1.1robinpath
Cloudflare module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/dropbox Version0.1.0
LicenseMIT
Unpacked Size4.6 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

