On the page Open Cloud, the curl command for publishing an XML place file contains -d @/home/placefiles/place1.rbxlx
, when in fact it should be --data-binary @/home/placefiles/place1.rbxlx
, due to the fact that curl strips new line characters when not using the data binary format, breaking scripts.
3 Likes
Apologies for the delayed response. Just wanted to let you know we updated the page and resolved the reported issue. Thanks!
3 Likes