Methods
| api.copy() | Copy a file to a new location. |
| api.deleteFile() | Delete a file from the server. |
| api.detach() | Detach an event handler. |
| api.download() | Download a file from the server. |
| api.getMetadata() | Get file metadata. |
| api.list() | List files with optional filters. |
| api.move() | Move a file to a different location. |
| api.on() | Attach an event handler to an event. |
| api.search() | Search for files matching criteria. |
| api.updateMetadata() | Update file metadata. |
| api.upload() | Upload a file to the server. |