Currently, asset uploading only supports using a cookie (--cookie <COOKIE>) and not Open Cloud API Keys, although it is technically possible (in my GitHub Action, it uses an Open Cloud API key to update a Roblox model).
$ rojo upload --api_key "<API_KEY>" --asset_id 13121004608
[ERROR rojo] --universe_id must be provided to use the Open Cloud API
Support for API keys should be added/fixed since API keys have an explicit asset:read permission, which makes them work great with this command, especially in CI scenarios.
Related #504 #486
Currently, asset uploading only supports using a cookie (
--cookie <COOKIE>) and not Open Cloud API Keys, although it is technically possible (in my GitHub Action, it uses an Open Cloud API key to update a Roblox model).Support for API keys should be added/fixed since API keys have an explicit
asset:readpermission, which makes them work great with this command, especially in CI scenarios.Related #504 #486