Jeff Ching

Results 73 comments of Jeff Ching

You may need to verify that the token you are validating is actually an ID token (it will be a JWT which can be decoded - an example decoder is...

In general, we prefer developers interact with the `GoogleCredentials` class unless you know for sure you are providing `ServiceAccountCredentials`. If you have a JSON file, you can use [`GoogleCredentials.fromStream(InputStream)`](https://googleapis.dev/java/google-auth-library/latest/com/google/auth/oauth2/GoogleCredentials.html#fromStream-java.io.InputStream-) which...

If we do this, we need to pick the highest revision date.

Some of the APIs do not put the version in the namespace. This setting is controlled by the `version_module` field in the discovery document. It appears that this client is...

Apologies, this repository is not an official product and we are not able to update this at this time. If you have a pull request to fix this, then we...

It looks like storage now has a [`testIamPermissions`](https://cloud.google.com/storage/docs/json_api/v1/buckets/testIamPermissions) API which we could potentially use.

Sorry for the late response. The rules are still complex - you need to check object ACLs and possibly the bucket ACLs if the object doesn't exist (you'd also need...

Switching to manually cross-referencing ACLs would change pricing to up to 3 Class-B Operations (test IAM, object acl list, and bucket acl get) from a single Class-A Operation at the...

This is the repository for the java client so this issue doesn't belong here. However, to answer the question, the [posts search endpoint](https://github.com/googleapis/discovery-artifact-manager/blob/5fafbc3f1330a4536c3d0f674a9ddce55c01aef3/discoveries/blogger.v3.json#L2365-L2415) does not appear to accept a `pageToken`...