-
-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Labels
Description
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-Key
header. 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.
user33341