Skip to content

Commit

Permalink
Pass required 'client_email' to 'Client.from_service_account_p12'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 20, 2015
1 parent f45f0ad commit 941f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bigquery-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Authorization / Configuration
.. doctest::

>>> from gcloud import bigquery
>>> client = bigquery.Client.from_service_account_p12('/path/to/creds.p12')
>>> client = bigquery.Client.from_service_account_p12('/path/to/creds.p12', 'jrandom@example.com')

- Override the project inferred from the environment by passing an explicit
``project`` to the constructor, or to either of the alternative classmethods:
Expand Down

0 comments on commit 941f77f

Please sign in to comment.