Reputation: 145
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
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