-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To do:
- Rename endpoint to
GET /personal_data_archive - Implementation:
- Get all data from
COLLECTIONSwhereowner_keyis the current user - Zip it
- Send the bytes with the appropriate MIME type
- Get all data from
- Rate-limit it aggressively (within legal bounds, see GDPR. EDIT: since no personally-identifiable info is stored outside of /users/, the data doesn't fall under GDPR)
- Define a model for the response (so that we have an idea of what the response is in the docs)
Metadata
Metadata
Assignees
Labels
No labels