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 have Paperless AI up and running with ChatGPT implementation.
API key is generated by an paperless local admin and I'm able to see every document on the web interface.
Nevertheless, when Paperless AI is running on schedule none of the unprocessed documents is processed.
In docker logs I see Document not owned by user, skipping analysis
When I'm analyzing an unprocessed document manually everything works totaly fine and I can save the found correspondants and tags to the document.
An option to process documents not belonging to the linked user would be great!
The text was updated successfully, but these errors were encountered:
Right now paperless-ai can only process documents that belong to the api key user. There were too many people having the issue that paperless-ai would try to access documents it has no rights for (multiple users) and ran in errors. The api can only access documents belonging to the user.
I will try to figure out a solution in the future. Sorry buddy.
Ah well, I just created a new user for pp-ai. Why is there a problem is it not possible to check for permissions?
Or can we wordkaround the persmissions for now with a tag?
I have Paperless AI up and running with ChatGPT implementation.
API key is generated by an paperless local admin and I'm able to see every document on the web interface.
Nevertheless, when Paperless AI is running on schedule none of the unprocessed documents is processed.
In docker logs I see
Document not owned by user, skipping analysis
When I'm analyzing an unprocessed document manually everything works totaly fine and I can save the found correspondants and tags to the document.
An option to process documents not belonging to the linked user would be great!
The text was updated successfully, but these errors were encountered: