Giter Club home page Giter Club logo

Comments (5)

takluyver avatar takluyver commented on July 19, 2024

from cite2c.

marnec avatar marnec commented on July 19, 2024

from cite2c.

auriml avatar auriml commented on July 19, 2024

Hi @takluyver ,

It seems that just adding the apikey to the request could fix this issue:
You can see here the Javascript console error -->
image

In essence: the following results in wrong api url:

https://api.zotero.org/users/userid/items?v=...

but the actual get url would work:

https://api.zotero.org/users/userid/items?key=apikey..

I would appreciate if you could fix this issue. Thanks!

from cite2c.

takluyver avatar takluyver commented on July 19, 2024

If you make your library public in Zotero, it works. I think that to access non-public libraries we need to use Oauth (#9), which is a more complicated task than just adding an API key.

from cite2c.

takluyver avatar takluyver commented on July 19, 2024

And in trying to figure out just how complicated it would be, I appear to have nerd sniped myself into doing it. 🙄 The version in master now uses OAuth to get an access token so it can read your library.

I'll make a release with this soon - any testing is welcome. :-)

from cite2c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.