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
Get all data from COLLECTIONS where owner_key is the current user
Zip it
Send the bytes with the appropriate MIME type
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)
To do:
GET /personal_data_archiveCOLLECTIONSwhereowner_keyis the current user