Sharksie
(Sharksie)
August 20, 2014, 7:47am
1
This looks like it should be giving me a list of a user’s animations but every time I try to use it I get this error:
App:JSONHttpHelper had an issue because Not Found
It would be cool if this could be fixed, it would be really useful for something I’m working on.
Sharksie
(Sharksie)
September 12, 2014, 6:18pm
2
This is still an issue.
11:14:31.508 - httpGet https://api.roblox.com/ownership/assets?page=1&userID=4812582&assetTypeId=24 failed. Trying again. Error: HTTP 404 (Not Found). Elapsed time: 0.633369
11:14:31.677 - App:JSONHttpHelper had an issue because HTTP 404 (Not Found)
Seranok
(Seranok)
September 12, 2014, 9:18pm
3
My understanding is that the web API for this method has never been created due to performance concerns, so this method will never function.
Sharksie
(Sharksie)
September 12, 2014, 10:07pm
4
That makes me sad
I was hoping to include a way to browse and import the animations in your inventory through my plugin. I don’t think there’s any other way of getting a user’s assets.
woot3
(Woot)
September 13, 2014, 8:17am
5
Create your own web API to do it?
Sharksie
(Sharksie)
September 13, 2014, 8:27am
6
As someone with no web development experience, no. That’s way outside the scope of my project.