Software Framework
Software Framework

Reputation: 145

Testing service account requests using the Google OAuth playground?

Is there way to use the developers.google.com/oauthplayground to test a service account request?

How do you specify the service account user's email, client-id and public key?

Upvotes: 2

Views: 2947

Answers (1)

Emily
Emily

Reputation: 1474

You can't test service account request in OAuth playground. It is best if you write a simple script and test it that way instead. Check out the Drive Service account docs. It has code samples and detailed instruction on setting one up.

https://developers.google.com/drive/web/delegation

Upvotes: 4

Related Questions