-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiley API links are not working. #96
Comments
Wiley gives back no content when you aren't authorized, look at the headers in the request. here's an example, which should give you a pdf if you have the right auth:
Note that they don't provide XML, so only pdf available. See https://apps.crossref.org/clickthrough/researchers for getting a click through token |
Thanks @sckott! That solved my Wiley problem. But when I try this:
I am getting the following error for some Elsevier articles:
|
Elsevier checks IP addresses (Wiley does too), so you/your institution has to have access to the article. If they do, and you're off campus, you can VPN in (that's what I do). |
Actually, I am on the campus now (UCSD), and I can access the full text article using Elsevier website. But no luck with the API link. |
What do the headers look like? They should have some info |
This is the full output I get:
|
(you should remove your token, unless that's a fake one) |
I renewed it! |
i received the entitlements error a while back, and Elsevier told me:
I'll ask about this and get back to you |
no response yet, they may be on vacation now |
I used the Elsevier API key alongside with the CR-Clickthrough-Client-Token. Now I am getting the abstracts instead of the entitlements error. But, I can't still access the full-text article, even though I am on the campus and I can access the full text article via Elsevier website.
|
Hi, we will help to investigate this, but this is probably not the best place to raise issues about publisher platforms. E-mailing support@crossref.org may help, as well as speaking directly to the publishers. I hope you do not mind if I close this bug down, as really it is not a bug within the REST API. |
Ping @afandian in case this is an issue with the TDM click-through service tokens rather than an issue with publishers' usage of those tokens. |
I am trying to get the full-text links for Wiley journals using CrossRef API. But, the Wiley links are not working. It simply gives blank page for each link.
http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fcbic.201300351
http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fanie.201306302
http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fcmdc.201300274
Is this because of CrossRef API or Wiley API?
The text was updated successfully, but these errors were encountered: