You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a weird bug where the username is wrong in the URL generated when doing “Copy Zotero URIs”.
This happens in my personal library, I didn't change my username.
It generates this kind of link: https://www.zotero.org/users/9206142/items/FT3GD9A9
But my Zotero username is not 9206142.
The right link should be this one https://www.zotero.org/nicolas.lienart/items/FT3GD9A9
I am logged in Zotero so it's not related to permissions, apparently.
The text was updated successfully, but these errors were encountered:
The first link is what has worked in the past. Zotero must have changed its API and removed the old path that worked with user ID's instead of user names. There is probably some different property Zutilo could access to get the user name instead of the user ID.
The link is copied as HTML [Title] into the clipboard but is pasted as RTF or plain text depending on the clipboard flavors the target application can use.
This script can guess quite well the UI context and type of the selected item and delivers related URIs. In case you have different needs you can search the discussions section of the github Repo to find other scripts, or you (may) be able to change the script code as you like.
I am experiencing a weird bug where the username is wrong in the URL generated when doing “Copy Zotero URIs”.
This happens in my personal library, I didn't change my username.
It generates this kind of link:
https://www.zotero.org/users/9206142/items/FT3GD9A9
But my Zotero username is not
9206142
.The right link should be this one
https://www.zotero.org/nicolas.lienart/items/FT3GD9A9
I am logged in Zotero so it's not related to permissions, apparently.
The text was updated successfully, but these errors were encountered: