memories
memories copied to clipboard
Heads up: Recognize WebDAV API is changing
Hello 👋
I'm not sure if the memories app uses the recognize WebDAV API for displaying the recognized face clusters in the UI. Just in case, I'm informing you that due to the EU AI Act, we have to limit access to this API and have opted for the following change, starting with Nextcloud 33:
- Every Nextcloud App that wants to use the Recognize WebDAV API needs to generate an API key in the PHP backend by using the following method:
OCA\Recognize\Public\ApiKeyManager#generateApiKey():string throws \JsonException - When sending WebDAV requests to the Recognize WebDAV API, this key must be set as
X-Recognize-Api-Keyheader. Each generated key is valid for one day. I recommend using initial state to send the API key to the client.
Thank you for your cooperation. Let me know if you need more help.
Thanks for the heads up, that seems like a relatively straightforward fix.