Skip to content

Allow updating/uploading asset using Open Cloud API key #1263

Description

@ryanlua

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: cliRelevant to the Rojo CLI

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions