I have contacted RapidAPI support and they are convinced it is not their issue. I then contacted Imgur support and they too say it is not their issue…but that they would reach out to RapidAPI. Additionally, RapidAPI is saying that the 404 responses they are seeing are because requests have empty body??
@Fawesum, we did not use underscores on our client_id=myid and it worked just fine.
@RecipesGenerator , thanks for that info…I don’t know that I want to expose our clientID on the actual request? If anything will work, maybe we should take that route?
I’ve noticed that you don’t necessarily have to add ‘client_id’ query. Appending any random query to the end of the url will fix the issue (?banana will work for example).
For example, ‘https://imgur-apiv3.p.rapidapi.com/3/image?banana’
Thanks for the fix folks. Have a nice weekend.
10/22/2021
All,
The issue has been resolved, and confirmed by Quality Assurance as well as from customers such as yourself.
Many thanks,
RapidAPI Product Support Team
we experienced this problem too. worked sunday and stopped working after that. suddenly a few minutes ago it started working without changes
RapidAPI, how on earth have you not fixed this yet, let alone not even responded about it publicly?
I have contacted RapidAPI support and they are convinced it is not their issue. I then contacted Imgur support and they too say it is not their issue…but that they would reach out to RapidAPI. Additionally, RapidAPI is saying that the 404 responses they are seeing are because requests have empty body??
I’m getting 400 bad request with anything added to the query string.
I confirm what @RecipesGenerator said, you can put any string in query and it fixes the problem.
Anyone tried to contact the support already ?
@RecipesGenerator , thanks for that info…I don’t know that I want to expose our clientID on the actual request? If anything will work, maybe we should take that route?
I’ve noticed that you don’t necessarily have to add ‘client_id’ query. Appending any random query to the end of the url will fix the issue (?banana will work for example).
For example, ‘https://imgur-apiv3.p.rapidapi.com/3/image?banana’
@sreplanski, thanks for trying to help. Here’s what’s I’m using: ‘https://imgur-apiv3.p.rapidapi.com/3/image?client_id=myid’
Do I need the underlines before the id? Or is there another ID other than the one from Imgur I should be using? It was working like intended.
@onelouderapps, yeah still issues here.