History: Show past uploaded file urls and their expiry date #51

Closed
opened 2021-09-18 23:13:46 +02:00 by anishmittal2020 · 1 comment
anishmittal2020 commented 2021-09-18 23:13:46 +02:00 (Migrated from github.com)

Is it possible to query the history of files uploaded from a particular device?

Is it possible to query the history of files uploaded from a particular device?

As instance admin, you can query files uploaded by a given address:

from fhost import File
result = File.query.filter_by(addr="<ip>")

As user, there’s no way to do that and I don’t plan on adding one.

As instance admin, you can query files uploaded by a given address: ```py from fhost import File result = File.query.filter_by(addr="<ip>") ``` As user, there’s no way to do that and I don’t plan on adding one.
mia closed this issue 2022-08-01 18:03:39 +02:00
mia added the
question
label 2022-08-01 18:03:43 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mia/0x0#51
No description provided.