Google App-Script call functions from service

When accessing functions on google appScript from java code using a service
account i get an error of:

Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 Internal Server Error{
"code" : 500,
"errors" : [ {
"domain" : "global",
"message" : "Internal error encountered.",
"reason" : "backendError"
} ],
"message" : "Internal error encountered.",
"status" : "INTERNAL"}

The same this happens from app-engine with default credentials

Hello,

Can you clarify what you're trying to do and how? I'm not familiar with
that error or the methods you've mentioned.

Cheers,
Will

ยทยทยท On Mon, Jun 5, 2017 at 10:10 AM, chaim turkel wrote:

When accessing functions on google appScript from java code using a
service account i get an error of:

Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException: 500 Internal Server Error{
"code" : 500,
"errors" : [ {
"domain" : "global",
"message" : "Internal error encountered.",
"reason" : "backendError"
} ],
"message" : "Internal error encountered.",
"status" : "INTERNAL"}

The same this happens from app-engine with default credentials

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.