I am trying to send a POST request to this api: https://publish.roblox.com/v1/assets/upload The output always says "{"errors":[{"code":0,"message":"Authorization has been denied for this request."}]}". Is there any way to fix this?
you can't make http requests to roblox apis from within roblox itself
to get around this, most people make requests to a proxy server, which then returns the actual results of the request
i'm not sure how exactly you would go about doing that, but there's bound to be something on google so :^)