Actyx Files Upload Demo

After obtaining and pasting an authorization token, you can use this page to upload files and folders to the locally attached Actyx node.

How to obtain an authorization token

curl -s localhost:4454/api/v2/auth \                                                                                                                                 <<<
  -d'{"appId":"com.example.app","displayName": "Example App","version": "1.0"}' \
  -H "Content-Type: application/json" \
  | jq -r '.token'