Results 74 comments of Steve Bazyl

@dalbani IIRC enabling Cloud Search still requires some work on our side from sales/support to enable it for a domain. It's not like other G Suite or GCP APIs that...

I'm pretty sure the 403 issue isn't with the sample itself, but rather is a license issue. If it *is* a license issue, than you'd need to contact G Suite...

Service account is for indexing/identity mapping. Queries always use end-user oauth credentials. I'll file a bug to improve the docs to make sure prerequisites are clearer in terms of licensing...

Figured as much. Like the idea of being able to reference schema defined in code, that would help with the duplication. Alternate would be a preprocessor/generator to export the types...

Unfortunately not possible to provide the account hint that way.

Code has been heavily changed since the PR, but looking at reintegrating it. Unfortunatley authUser param can be a little flakey. Seems to be OK for the apps script IDE,...

Did some more testing, just not reliable enough and there are some cases where specifying authUser leads to redirect loops & 404 errors. Apps Script has always had some multi-login...

You can use clasp in github workflows, see https://github.com/googleworkspace/apps-script-samples/blob/main/.github/workflows/publish.yaml#L36 as an example. 1) Locally authorize clasp with the intended account. 2) Copy .clasprc.json to a github secret 3) Write the...

Will track as part of #950. Investigating to see if can support service accounts in 3.x, need to do some experiments. Closing as duplicate.