I am trying to read google spreadsheets and my code is runing successfully in python script but when i try to write this code in google app engine then it will give this error
creds = flow.run_local_server(port=0)
File "/var/www/html/google_appengine/google/appengine/api/remote_socket/_remote_socket.py", line 679, in bind
raise _SystemExceptionFromAppError(e)
error: [Errno 13] Permission denied
please give me help me