Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rojo upload does not work with plugins #983

Open
Dekkonot opened this issue Nov 3, 2024 · 0 comments
Open

rojo upload does not work with plugins #983

Dekkonot opened this issue Nov 3, 2024 · 0 comments
Labels
scope: cli Relevant to the Rojo CLI type: bug Something happens that shouldn't happen

Comments

@Dekkonot
Copy link
Member

Dekkonot commented Nov 3, 2024

An undetermined amount of time ago, rojo upload stopped working for plugins.

This is a bummer and we should see if it's possible. There's no endpoint that uses opencloud, but one does exist for cookies because Studio couldn't do it otherwise.

A look with a proxy says it's the same URL that Roblox Studio uses to upload places, so we could in theory support uploading places without open cloud again. I'm not sure if we want to though.

For reference, the URL is a PATCH to https://apis.roblox.com/assets/user-auth/v1/assets/{ASSET_ID} and it utilizes multipart form-data for uploading. I'll spare the details here but it's a bit more involved than it used to be.

@Dekkonot Dekkonot added type: bug Something happens that shouldn't happen scope: cli Relevant to the Rojo CLI labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: cli Relevant to the Rojo CLI type: bug Something happens that shouldn't happen
Projects
None yet
Development

No branches or pull requests

1 participant