You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ebaysdk.exception.ConnectionError: 'GetSingleItem: Class: RequestError, Severity: Error, Code: 1.33, Token not available in request.Token not available in request. Please specify a valid token as HTTP header.'
#373
Open
piriyaraj opened this issue
Feb 19, 2023
· 3 comments
from ebaysdk.shopping import Connection as Shopping
api = Shopping(appid="JosephMi-working-PRD-f2e3bd9e8-4fabf931",config_file="myfile.yaml")
response = api.execute('GetSingleItem', {'ItemID': '195533846297',"Token":""})
print(response.dict())
ebaysdk.exception.ConnectionError: 'GetSingleItem: Class: RequestError, Severity: Error, Code: 1.33, Token not available in request.Token not available in request. Please specify a valid token as HTTP header.'
The text was updated successfully, but these errors were encountered:
from ebaysdk.shopping import Connection as Shopping
api = Shopping(appid="JosephMi-working-PRD-f2e3bd9e8-4fabf931",config_file="myfile.yaml")
response = api.execute('GetSingleItem', {'ItemID': '195533846297',"Token":""})
print(response.dict())
ebaysdk.exception.ConnectionError: 'GetSingleItem: Class: RequestError, Severity: Error, Code: 1.33, Token not available in request.Token not available in request. Please specify a valid token as HTTP header.'
The text was updated successfully, but these errors were encountered: