[google-appengine] Re: Parsing date-time values from JSON fails in standard environment

2020-11-16 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, To give you more value, a code sample would help. On Monday, November 16, 2020 at 3:56:04 PM UTC-5 jason.a...@gmail.com wrote: > App Engine uses the standard compiler for Go runtimes. > > Can you send a snippet of code that reproduces what you are seeing? > > On Monday, 16 November 2020 a

[google-appengine] Re: Parsing date-time values from JSON fails in standard environment

2020-11-16 Thread Jason Collins
App Engine uses the standard compiler for Go runtimes. Can you send a snippet of code that reproduces what you are seeing? On Monday, 16 November 2020 at 09:10:26 UTC-8 bari...@sprinthubmobile.com wrote: > > Hi everyone. I am unable to parse time values from JSON when I deploy to > app engine

[google-appengine] Google Translate API & Permissions

2020-11-16 Thread Joshua Smith
I don’t think Google could have come up with a more confusing and convoluted system for API permission management if they tried. So I’ve enabled the “cloud translation” API within my project. I have some Python (2.7, old school) code that goes: credentials = ServiceAccountCredentials.from_json

[google-appengine] Parsing date-time values from JSON fails in standard environment

2020-11-16 Thread Barisere Jonathan
Hi everyone. I am unable to parse time values from JSON when I deploy to app engine standard environment. I'm using the Go 1.14 runtime. The time values are sent in ISO-8601 (or RFC 3339) format. It works in every other environment except on app engine. Does the app engine standard environment