gZanyLvl 2
- Windows
Is there a way to view how many reports are on your game and is it possible to reset that counter?
Also, I may be wrong but I think you get automatically banned if to many of your projects have been taken down.
Is there a way to view how many reports are on your game and is it possible to reset that counter?
Also, I may be wrong but I think you get automatically banned if to many of your projects have been taken down.
gZany You can check how many reports are on a project with the Code.org API. Go to studio.code.org/v3/channels/<project-id>/abuse. (Replace <project-id> with the string of random letters and numbers in the URL of your project.)
And if you’re interested, you could make an App Lab project to do this for you, it’s pretty simple using startWebRequest()
.