Supported Endpoints
Supported Endpoints
App Token authentication currently only supports a handful of the BOX API.
| Endpoint | Path |
|---|---|
| Create a folder | POST /folders |
| Upload a file | POST /files/content |
| Download a file | GET /files/:id/content |
| Delete a file | DELETE /files/:id |
| Get embed link | GET /files/:id |