Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I am guesting in the another university and trying to use Pybliometrics to parse abstract data for chosen articles. I have a list of doi's and made queries according to them. Unfortunately, even when I am making queries from the university wi-fi I am getting an error: "Institution Token is not associated with API Key in Pybliometrics". I am using my own api codes from scopus development portal. The code is as following:

ab = AbstractRetrieval(eid, view='FULL')

Error log:

Traceback (most recent call last):
  File "C:\Users\mbbak\PycharmProjects\scotland_vers\scrap_api.py", line 35, in main
Institution Token is not associated with API Key
    ab = AbstractRetrieval(eid, view='FULL')

I test api codes with META view, which doesn't require university network and with these codes it works fine.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.