PCLI2
v1.18.2
v1.18.2
Jul 31 2026 at 15:44 UTC
Fixed
- A batch that fails because the account lacks the Author role now says so - Physna has no per-asset permissions: an account is an Author, who may write any asset, or a Viewer, who may write none. A Viewer running
asset metadata batchtherefore fails on every write, but the run reported an authentication failure and told the user to re-authenticate — a session that was working perfectly.pcli2now distinguishes authenticated but not permitted from credentials not working: a403that survives a token renewal is reported as a role problem, with guidance to ask a tenant administrator for the Author role, and stops the run immediately rather than repeating the same failure for every remaining asset. A401that survives renewal still means the credentials themselves are the problem and still asks the user to log in again.