I am trying to set up a bot and webhook and whatnot to automate the right to erasure requests i regularly get for my game. Now I have followed every step up until ‘Creating an Open Cloud API Key’, as i dont know what to do here.
It says ‘create an Open Cloud API key that can access your experiences and add the Delete Entry permission of data stores for data deletion.’ But when I create an API key that permission isnt anywhere on the page. Instead I have this.
Did I set this correctly?
Also what am I supposed to fill in here?
Do I set it to no IP protection? Is there some sort of IP address for my webhook, bot, or guilded server?
I have never worked with these things before so its very unclear to me.
This would be the IP address of whatever program is connecting to the Open Cloud API and performing the data deletion. If you are using a Discord/Guilded bot for this, then it would be the IP address of the computer running that bot.
1 Like
But isnt the bot running on the guilded server itself? Then what do I fill in for the ip address?
I started reading further into the tutorial and it turns out that you do need a PC that always stays on. Therefore im gonna stop trying to automate this because Im not gonna do that.
Might I ask what bot you are using? Discord bots do not run on Discord’s servers (this also applies to Guilded). Rather, Discord’s servers communicate through a web-socket to a third-party server, which is usually run by the bot’s developers. This third-party server is the computer that runs the bot.
I was planning on using a guilded bot. Only when further reading the tutorial I saw that I actually need a machine running constantly