Issue retreiving FULL XML
Opened this issue · 4 comments
I am not able to retrieve the Full XML, but only the stripped-down full-text.
Hi - I'm having the same issue and was curious if you managed to solve it?
Hi, with elsapy I am not able to solve it. Simply I am directly downloading the papers in xml format from ScienceDirect: response,headers = urllib.request.urlretrieve('https://api.elsevier.com/content/article/doi/{}?APIKey={}'.format(DOI,APIKey))
Thanks -- I don't know if this applies to your case, but my issue was that I was not under the university network when using my API key (that's tied to my school). So I obtained an institutional token from Elsevier, added this to the header parameter, and was able to retrieve full texts.
Thanks -- I don't know if this applies to your case, but my issue was that I was not under the university network when using my API key (that's tied to my school). So I obtained an institutional token from Elsevier, added this to the header parameter, and was able to retrieve full texts.
Hi, I have the same problem, how to get the institution token from Elsevier? I didn't find it. Thanks