Work on file uploads, hosted files, deletion of links, records, and stored files.

This commit is contained in:
Scott Idem
2022-08-08 18:25:25 -04:00
parent 0dd80fd829
commit fac9ccad75
3 changed files with 446 additions and 25 deletions

View File

@@ -176,7 +176,7 @@ async def download_event_file(
else:
log.error(f'The hosted file was not found on the server. Hash: {hash_sha256}')
return mk_resp(data=False, status_code=400, response=commons.response, status_message='The hosted file was not found on the server.') # Bad Request
# ### END ### API Hosted File ### download_tmp() ###
# ### END ### API Event File ### download_event_file() ###
# ### BEGIN ### API Event File ### get_event_file_obj() ###