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
I have updated the shopping init file to get oauth2 credentials. The first issue is on line
request.headers['X-EBAY-API-IAF-TOKEN'] = access_token
i get error
request.headers['X-EBAY-API-IAF-TOKEN'] = access_token
NameError: name 'request' is not defined. Did you mean: 'requests'?
ok so maybe it should follow the same pattern as the other and I change i remove the request a the beggining. that seems to run a little better but then I get an error
AttributeError: 'ResponseDataObject' object has no attribute 'Ack'
im sure im just missing something simple. any help would be appriciated.
The text was updated successfully, but these errors were encountered:
I have updated the shopping init file to get oauth2 credentials. The first issue is on line
request.headers['X-EBAY-API-IAF-TOKEN'] = access_token
i get error
request.headers['X-EBAY-API-IAF-TOKEN'] = access_token
NameError: name 'request' is not defined. Did you mean: 'requests'?
ok so maybe it should follow the same pattern as the other and I change i remove the request a the beggining. that seems to run a little better but then I get an error
AttributeError: 'ResponseDataObject' object has no attribute 'Ack'
im sure im just missing something simple. any help would be appriciated.
The text was updated successfully, but these errors were encountered: