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 establish a communication to IEEE Explore API to retrieve metadata for the Data Analysis.
New contributor
user25063980 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.