Work on file uploads, hosted files, deletion of links, records, and stored files.
This commit is contained in:
@@ -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() ###
|
||||
|
||||
Reference in New Issue
Block a user