I've been following the GAE tutorial for setting up a django project to run on app engine. I've finally gotten it to successfully run to makemigrations for my project, but I get a connection error in my google cloud sql proxy:
2017/06/25 15:12:07 New connection for "[MY_CONNECTION_NAME]"
2017/06/25 15:12:08 couldn't connect to "[CONNECTION_NAME]": Post
https://www.googleapis.com/sql/v1beta4/projects/project-id/instances/projectname/createEphemeral?alt=json: oauth2: cannot
fetch token: 400 Bad Request
Response: {
"error" : "invalid_grant"
}
I'm not sure what's causing this, so I'll take any help???