Suddenly, our 'Create Catalog Image' API is returning a 403 Forbidden response with the HTML below

This is affecting our users in production. Can somebody help?

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Square Developer Documentation
Developer Console
Square Sandbox

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Where are you located and where are your servers that are making requests? :slight_smile:

If you try it now does it work? :slight_smile:

We figured it out. Apparently, this wasn’t working because we were using the image URL as the image name when creating the image in our code. This method had been working for years, but it suddenly failed. We made a change to use a random image name like image1.png, and it seems to be working now. However, it’s very odd that we were getting a 403 error with a blocked response for issues like this. Anyway, it’s working now. Thanks!

I’m glad that you found a fix with the name. :slight_smile: