I'm developing an app engine application using the "go111" runtime. According to Migrating your App Engine app from Go 1.9 to Go 1.11 accessing the datastore should be done using package datastore. However, calling google.FindDefaultCredentials fails with "could not find default credentials". Any ideas how to access the datastore using default credentials?