We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Using uploadItem wont show real item id and didnt throw any error. and the item didnt got uploaded To Reproduce this is part of code
var assetPath = req.body console.log(req.body) var path = assetPath.replace("rbxasset://", studioPath.mac); //Applications/RobloxStudio.app/Contents/Resources/Content/source/garrysmod/maps/gm_construct/amesh.mesh var name = path.split("/")[path.split("/").length - 1] // File Name var result = await noblox.uploadItem(name,4,fs.createReadStream(path)); console.log(result) // its 4 res.send(result.id) // 4 console.log("Uploaded")
The text was updated successfully, but these errors were encountered:
Having same issue. Currently have to use API to get the item, really don't like it.
Sorry, something went wrong.
https://www.roblox.com/build/upload now redirects to https://create.roblox.com/dashboard/creations?activeTab=Place
seems like they've removed the legacy uploading api, waiting for a fix.
noblox.js/lib/asset/uploadItem.js
Line 26 in 94f6ce0
Same as #681
No branches or pull requests
Describe the bug
Using uploadItem wont show real item id and didnt throw any error.
and the item didnt got uploaded
To Reproduce
this is part of code
The text was updated successfully, but these errors were encountered: