// TODO request content using GET // TODO upload using POST // TODO when uploading, generate and send back Guid and store in meta file alongside data // TODO when uploading, also generate and return a deletion password that is also stored in meta file // TODO delete using DELETE // TODO only accept deletions if the password matches the deletion password from the upload