Ah, well, I have been digging through that documentation for weeks now, on 
and off. There is quite a bit of it, so I missed that note. Thanks for 
pointing it out. It took me awhile to realize that there were even two 
separate Go APIs. Maybe I skim too much.

I ended up rewriting my api calls to use the appengine library. I need my 
task workers to live in GCE though, so I'm not sure how that all plays out 
yet. I might have to give up on appengine for now.

I'm sure you guys are aware of the pitfalls here and are working on 
resolving it. Thanks again for your help.

On Monday, November 20, 2017 at 8:21:57 AM UTC-8, Jordan (Cloud Platform 
Support) wrote:
>
> If you are looking to deploy to App Engine Standard it is recommended to 
> follow its documentation 
> <https://cloud.google.com/appengine/docs/standard/go/datastore/#connecting_to_datastore_name_short_with_app_engine>.
>  
> Currently the App Engine Standard Go environment is not recommended to use 
> the new Google Cloud Client Libraries 
> <https://cloud.google.com/apis/docs/cloud-client-libraries> which allows 
> access to Google Services from any client such as a Google Compute Engine 
> VM. 
>
> As also reiterated in the documentation for the Cloud Datastore API 
> <https://cloud.google.com/datastore/docs/reference/libraries#google_app_engine_standard_environment_client_libraries>,
>  
> the App Engine Standard Go environment is currently limited to the use of 
> the older App Engine SDK <https://godoc.org/google.golang.org/appengine> as 
> opposed to the new Google Cloud Client Library for Go. 
> <https://godoc.org/cloud.google.com/go>
>
> - Note that you could indeed try to use the new Google Cloud Client 
> Library for Go on the App Engine Standard Go environment, but as it is not 
> fully supported yet you may run into issues. It is recommended to report 
> all issues and feature requests specific to the Google Cloud Client Library 
> for Go directly to the engineering team in their Git Issue Tracker 
> <https://github.com/GoogleCloudPlatform/google-cloud-go/issues?utf8=%E2%9C%93&q=>
> . 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b00da276-c23d-4517-b3a8-74c5c2ea9bd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to