Prakhar Kant Tripathi
Prakhar Kant Tripathi
Hi, I am also facing this issue you can check [https://drive.google.com/file/d/1JURDL8GbrweHr_bF-zu3Q_Y4RNxpAo7P/view](https://drive.google.com/file/d/1JURDL8GbrweHr_bF-zu3Q_Y4RNxpAo7P/view) here We using latest Flutter version but this issue come since 3.0.0
I am also facing same issue since 6 months I have to deploy code on AWS again and it works for a month or some days So could you help...
"https://api.ebay.com/oauth/api_scope/buy.item.feed https://api.ebay.com/oauth/api_scope/buy.product.feed" these 2 api scope, result get "invalic_scope" and when I check user access token list these 2s are not available there How could I resolve this ?
May be this is a better solution - **On line no. 18 -** Replace this code - `if (isset($error->response->errors)) { $errstr .= ' ('.$error->response->errors[0].')'; }` with this `if (isset($error->response->errors)) {...