cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Media API - Insufficient permissions to fulfill the request.

I am trying to access the https://apim.ebay.com/commerce/media/v1_beta/video api with user access token but every time it is giving 

dcautosparesirl_0-1699014746603.png

But while access the GetUser api of Trading api it is returning proper data. 
I am not understanding what permission did I miss.
I have generated the user token from ebay developer console. 
It will be helpful if I get any help

Message 1 of 2
latest reply
1 REPLY 1

Media API - Insufficient permissions to fulfill the request.

@dcautosparesirl 

 

While the Trading API can use either Auth-n-Auth or Oauth, the Media call requires the user authorization grant, which is a three part OAuth process that sets and retrieves a token in the user account: 

https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html 

 

The Media call must also set the correct scope:

https://api.ebay.com/oauth/api_scope/sell.inventory 

 

Make sure that you are using the Production keyset if not testing in the Sandbox.

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 2
latest reply