Benjamin E. Coe

Results 350 comments of Benjamin E. Coe

To get the appropriate keys you should visit https://console.cloud.google.com/apis/credentials, and download a key under the heading OAuth 2.0 Client IDs.

@astanciu when you remove `customer` from the request, does it work as expected?

@PurplePineapple123 if you instantiate an OAuth client with the stored refresh token, it will exchange for an access token and should work as expected (regardless of whether it's in a...

@PurplePineapple123 once you instantiate the auth client with a given user's `refresh_token`, it will be stored and when the current `access_token` runs out, it will automatically refresh. I would be...

@AleeeKoi the response from `list` should contain a variable `tokenPagination`, which you will then pass to subsequent calls to get the next page of results, setting `maxResults` does not have...

@gr2m sorry for the slow response. I think something like this would be great, could we potentially provide it to the upstream API via a plugin, then perhaps I could...

@forty could I bother you to rebase your PR.

@bshaffer mind chiming in here, you'd mentioned there were reasons this method didn't exist on the `UserRefreshClient` I believe?

@rvillane I don't believe we currently expose this property (or at least it would not appear to be public on the class). I'm not sure if there's a good reason...

@cdelguercio thank you for the bug report.