Closed maedoc closed 3 years ago
We have only one group, so I hardcoded it in the folder list request, changing
$url = "folders/?limit=500"; // 500 is the maximum possible
to
$url = "folders/?group_id=asdf-asdf-asdf-asdf-asdf&limit=500"; // 500 is the maximum possible
(in case this helps any one else)
Up to now we have not made use of the possibility to have folders in groups ... that is why there is no direct support for this in the plugin ...
Closing this ticket.
I'm using version 1.1.7, database version 2. I clicked
Request Collection Ids
and see the groups that I'm authorized to access, but no folders within the group (there are 4).Debug output shows
But from the debug output, it looks like this is not the plugin fault but Mendeley's API.
Now I see in doc of folder api, if no group id is specified, only user's folders are returned.
Where in the code would this be done? (I'm relatively rusty on PHP).