# data_request **Repository Path**: mirrors_nextcloud/data_request ## Basic Information - **Project Name**: data_request - **Description**: :man_judge: Nextcloud app to let users request a data export or account removal - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data_request [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/data_request)](https://api.reuse.software/info/github.com/nextcloud/data_request) :man_judge: Nextcloud app to let users request a data export or account removal ## Features 📊 Let users request their own data 💬 Automatic Email sending ## Bugs https://github.com/nextcloud/data_request/issues ## Testing Running the tests requires `npm` and `docker` to be installed. On the first run the nextcloud image will be downloaded which may take a while. Install cypress and run the end to end tests: ```bash make test ```