Adding pdf via connector - how is the PDF detected?
When you use the browser connector, how is the PDF detected? Is this a function of the connector, or a function of Zotero?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
My question is:
(1) Does the browser extension pass the link (to the PDF) to Zotero?
Or
(2) does Zotero just receive the metadata (without link to the PDF), and then downloads the html page (of the paper) to determine the link to the PDF?
I was assuming that it would be (1), but having looked at the standalone translation-server, I suspect it might be (2).
Hope that's makes sense - sorry for being vague!
A good way to understand how these things happen is just to read through the debug logs for a translation process.
> A good way to understand how these things happen is just to read through the debug logs for a translation process.
That's helpful - thanks!
(Edit: Actually, having thought about it, it's obvious that it's the connector fetches the PDF - the browser has the login/cookies, so Zotero wouldn't always be able to retrieve the file.)