AWS LAMBDA "errorMessage": "[Errno 30] Read-only file system: 'drive-python-quickstart.json'"
Apparently you're trying to write a file where is not permitted. Lambda currently only supports writing files to the /tmp directory.
Apparently you're trying to write a file where is not permitted. Lambda currently only supports writing files to the /tmp directory.