lu_542102
Pathfinder
Community Member since ‎01-31-2024
‎02-03-2024

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Helpful Votes Given
  • 0 Helpful Votes Received

User Activity

Hi I'm trying to get renew my access token so that I keep using the search api without having to change the token manually.I keep getting response 500. What am I doing wrong? import base64 import requests client_id = "username-appName-PRD-xxxxxxxxx-x...
HiI'm trying to make a request to ebay's api through python request module. I keep getting error code 400, however I'm able to get back a response on postman, unless I remove the host header. The headers I'm using are:headers = { "X-EBAY-C-MARKETPLAC...