process.env.TEAM_STORAGE_DIR.
Uploading needs your QAWOLF_API_KEY, available under Workspace Settings → Integrations → API Access.
To upload an app build rather than a file a flow reads, see Mobile build testing. Builds go to separate storage and are referenced differently.
Upload a file
Team storage accepts any file type. Upload happens in two steps: request a signed URL, then send the file to it.1
Generate a signed URL
signedUrl for the next step, plus fileLocation and playgroundFileLocation — the paths you’ll use to reference the file afterward.2
Upload the file
Use an uploaded file in a flow
Web file upload
Use Playwright’sfilechooser event to intercept the file dialog and set the uploaded file programmatically.