Hi community!
I have been using sentinel for about a month and I just upgraded to a new “Basic” account, which gives me access to heavier use of the Process API. That said, I am having some difficulty authorizing my account.
I created an oauth client and copied in the client id and secret into my code. I am able to generate a token perfectly fine, but when I make a request to the url I used for about a month it no longer works.
It seems like the examples no longer have the url as https://sh.dataspace.copernicus.eu/api/v1/process
but instead have it changed to https://services.sentinel-hub.com/api/v1/process
What happened? Why do the same examples show a different url? Why does the old one not work?