AdobeDocs / photoshop-api-docs-pre-release

Adobe Photoshop Pre-release API
https://adobedocs.github.io/photoshop-api-docs-pre-release/
MIT License
40 stars 13 forks source link

Bad API key #6

Closed Vico1993 closed 4 years ago

Vico1993 commented 4 years ago

Hello!

Got admit to Photoshop API Private Beta. So I received my API Key and my client secret.

I went on this website to get my bearer token https://ps-prerelease-us-east-1.cloud.adobe.io/

But Each time I'm making a call to https://image.adobe.io/sensei/cutout I received a 403 error:

{ "error_code": "403003", "message": "Api Key is invalid" }

Is it because the private BETA doesn't get access to sensei/cutout API?

My POST request looks like this:

Headers: { "Content-Type": "application/json" "Authorization": "Bearer " + MY_TOKEN, "X-Api-Key": MY_API_KEY }

johnleetran commented 4 years ago

Hello @Vico1993

Thanks for reporting this. We are aware of the issue and we'll update the ticket once we resolve the issue.

Best John Tran

Vico1993 commented 4 years ago

Thank you John 👍

jessefulton commented 4 years ago

I'm also having this issue - is there workaround we could use until this is resolved?

johnleetran commented 4 years ago

Hello @jessefulton, we will be happy to help. May i ask you to send a request to psdservices@adobe.com? We can fix the issue if we know which API key we allocated to you.

Best John Tran