{
"code": "INVALID_ARGUMENT",
"message": "Creating Model from a application/octet-stream file is not supported yet."
}
Last post I saw about this was back in 2023. Is this still not a thing? I’m using this as we use a module loader for our system that I wish to automate publishing from GitHub Actions when the main branch is pushed.
Ran into this as well. I currently use the legacy cookie based API (https://data.roblox.com/Data/Upload.ashx?assetid=) to upload a model for my game which contains all the code for my game (I have 2,500,000 places, I can’t publish to all of them), so I wanted to migrate to open cloud to upload the model, and ran into this. Adding binary support to the open cloud api for models is definitely important to get everyone to migrate to the new apis. The place publishing API already supports binary uploads, so it’s odd that the api for publishing models doesn’t.