04-03-2023 04:32 PM
Up until yesterday. I could generate a user oauth token via Get OAuth User Token from the API explorer for the sandbox.
Now when i do this, it takes me to https://signin.sandbox.ebay.com/
i enter my creds, i get a welcome "my email address"
I login again, i get a welcome "my dev user"
i login again and i get "We ran into a problem. Please try again later."
in the devtool console for chrome i see a very long
"Cross-Origin Read Blocking (CORB) blocked cross-origin response https://svcs.ebay.com/ufeservice/v1/commonbeacon with MIME type application/json. See https://www.chromestatus.com/feature/5629709824032768 for more details."'
What is going on here? this flow worked fine a few days ago. FWIW, this flow works fine for prod user. just not sandbox. thanks
04-04-2023 05:05 PM
Does anyone know if this is a known issue? it's strange that i can easily generate the prod token but not the sandbox token. I've seen mention of having to use a proxy server with ebay to get around the CORS issue but not sure this is the same.
04-05-2023 12:09 AM
Same issue here. Can't generate sandbox tokens.
04-05-2023 08:35 AM
Same, new dev user here trying to integrate ebay with shopify and our epos system extenda go.
04-05-2023 01:24 PM
good to know that it's not just me. @bearshop2017 and @owenwoen Unsure how to get this fixed.
Any ideas?
04-05-2023 10:38 PM
No idea, does anyone know how to auth using postman? I couldn't figure it out.
04-06-2023 07:04 AM
same here, also the user tokens page (website) normally tells me "Use your keyset and token to send API requests on behalf of the user. Try the Trading API's GetUser call in the API Explorer."
Today i came across something like "In compliance with [...] economic [...] restrctions you can not accesss APIs from your location. If you [..] please contact [...]" but a few minutes later everything worked as expected.. strange behaviour
04-06-2023 02:51 PM
I figured it out. I was using the wrong userid to get the oauth token. No idea where the name comes from.
my sandbox user name is testuser_first.lastname
I got it by updating below with my client_id and my redirect_uri (RuName) and pasting the url into my browser
https://auth.sandbox.ebay.com/oauth2/authorize?client_id=<client_id>&redirect_uri=<redirect_uri>&response_type=code&scope=https%3A%2F%2Fapi.ebay.com%2Fooauth%2Fapi_scope