Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix "The request content is missing config json file"?

Asked by 3 years ago
Edited 3 years ago

I am sending a POST request to https://publish.roblox.com/docs#!/Items/post_v1_assets_upload and the output is saying "The request content is missing config json file." How would I go about fixing this or embedding a config.json file in the model?

1 answer

Log in to vote
0
Answered by 3 years ago

You have to upload a JSON file called "config.json" with it which stores the model's information (UploadAssetResponse), It's saying how to format it at the top where it says "Response Class (200)" on https://publish.roblox.com/docs#!/Items/post_v1_assets_upload

Ad

Answer this question