Read file
Read file’s content
Maximum file size allowed is 2GB
Error Enum explanation
Error | Description |
---|---|
NOT_FOUND | File does not exist |
IS_DIRECTORY | File is directory |
NOT_TEXT_CONTENT | File’s content is not text |
PERMISSION_DENIED | Permissions block reading |
UNKNOWN | Unknown error |