-
Notifications
You must be signed in to change notification settings - Fork 431
Removal of run() has broken the second example on google developers get_started page #299
Comments
Eventually found this which helps: Still, being new to all this I lost a few hours on it. had to: import argparse at the top of my file and add code to the example:
|
Thanks for pointing this out! We decided to finally remove @nathanielmanistaatgoogle I assume your team is in charge of the |
@dbenn8: thanks for the report! One question: why not just change
to
? |
@nathanielmanistaatgoogle https://developers.google.com/api-client-library/python/start/get_started should be updated ASAP. The |
@dhermes I submitted a correction this morning but I'm not sure how often the docs are pushed. Probably within 24 hours but maybe 48? |
Awesome! Maybe we'll have #304 pushed in 24-48 hours too and all will be good in the world. |
Sorry if I have misunderstood, but this still seems to be an issue. |
@polyzen Thanks for reporting. That example is out-of-date: the It looks like |
Apologies for the delay - I was mistaken about how my change would propagate to the live site. Please confirm that the live documentation is now accurate and this issue is fully resolved? |
LG on my end |
Hi all,
I am walking through the second example in the get_started tutorial for use of the API, and the sample code still uses the 'run(flow, storage)' command instead of the new run_flow() function.
Get started page (Installed Application is the second major walkthrough and contains the issue):
https://developers.google.com/api-client-library/python/start/get_started
Downloadable code example with the reference to run():
https://developers.google.com/api-client-library/python/samples/authorized_api_cmd_line_calendar.py
I know this is the code repository, and not the tutorial, but there wasn't an available mechanism for leaving feedback there, and I assume you all are in a better position to pass this information along than I am.
Sorry if I'm barking up the wrong tree.
Very Best,
-Dan
The text was updated successfully, but these errors were encountered: