Relative Content

Tag Archive for pythonpython-3.xapigoogle-colaboratorypython-3.10

Interaction to IEEE Explore API HTTP Error 403: Forbidden

Initialize the XPLORE class with your API key api_key = ‘Kbnsdjsdfmakwrvxscc’ xplore = XPLORE(api_key) Set the metadata text query for “Railway Energy Savings” with wildcards xplore.abstractText(‘Railways Energy ‘) Call the API and get the results results = xplore.callAPI() Then I get: # I get HTTP Error 403: Forbidden I need to resolve this error and […]