Yes, I do’ve HttpService enabled.
That lag don’t need to be there and that request error was in Roblox Studio, when I go into the real place I am getting this error:
If you go to the website, you will find this:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
}
}
Maybe this is the error:
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
Oh, I will look at it. Thanks for letting me know.
I looked after it, but I still don’t know why it doesn’t work.
The googleapis website is blocked from being used from Roblox’s HTTPService directly. That is why you are getting the “403 Forbidden” error. Although it is still completely possible to access googleapis.com or any other “forbidden” sites using a proxy.
This thread explains how to set-up a proxy to work with HTTPService on roblox, although it could be hard to wrap your head around it at first, but using a proxy is the only possible way of accessing the api for what you are trying to accomplish.
Hope this answers your question
Thanks! I will look at see if it works!
Yeah, but are requests 400 and 403 not diffrent from each other?
That is wrong. Google API is not blocked on roblox. If you look at the error message it says pretty clearly.
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
Aka meaning you have used the API enough and google is now not allowing you to use it anymore.
But I used it 1 minute. Is there a way I can fix it?
He clearly stated that “403 (Forbidden)” is the error he is encountering.
Edit:
Other than roblox Http 403 error, the google api is also going to be an issue since the api key you are using is beyond its daily limit
Just to check do you have the YouTube Data API v3 Enabled?
I actually don’t even know, this’ the first time I’m using YouTube API’s.
You just posted your Youtube API key, which means anyone can use your account and potentially create or delete videos without your permission. You should generate a new key and not share it publicly in the future.
Yea you should also delete that key but following on looking up the issue it happens when you don’t have the API activated here is a topic that might help you.
Just a edit you can easily regenerate your key under credentials using the Regenerate Key option.
Hey I’ve been working on a new youtube api and it should do all this work for you.
Simply use the code below:
local api = require(4923450122)
print(api.getSubs("apikey", "UCEvC-HQ7ST5h8iC1IDgVtgw")) -- prints sub amount
If you need any more help just dm me or reply to me
Sorry, I’m now kinda confused, I only changed this: local youtubeId = “id”. I got the code from a friend, and that id can be found in the description of the channel, now I just got a message and he said I shouldn’t share this “&key=AIzaSyD8Mru34qlgyVISGybnidJkqjwr-fzxlsQ”. But my friend said I could share the whole code.
The key is what allows bots to access the associated Youtube account. So if it’s not your key, you won’t be able to access anything relating to your account with it. If it is your key, anyone you give the key to will be able to access that account.
This isn’t mine: “&key=AIzaSyD8Mru34qlgyVISGybnidJkqjwr-fzxlsQ”.
You really should delete/regenerate that key before someone does something with it
Press one of these two buttons under Credentials