Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nithinmurali/pygsheets into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nithin-codility committed Nov 30, 2022
2 parents 9bb764e + a03069d commit a802933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/authorization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Now you have to choose the type of credential you want to use. For this you have

OAuth Credentials
-----------------
This is the best option if you are trying to edit the spreadsheet on behalf of others. Using this method
you the script can get access to all the spreadsheets of the account. The authorization process (giving
This is the best option if you are trying to edit the spreadsheet on behalf of others. Using this method,
your script can get access to all the spreadsheets of the account. The authorization process (giving
password and email) has to be completed only once. Which will grant the application full access to all of the
users sheets. Follow this procedure below to get the client secret:

.. note::
Make sure to not share the created authentication file with anyone, as it will give direct access
Make sure not to share the created authentication file with anyone, as it will give direct access
to your enabled APIs.


Expand Down

0 comments on commit a802933

Please sign in to comment.