Home
last modified time | relevance | path

Searched refs:AccessTokenRefreshError (Results 1 – 25 of 30) sorted by relevance

12

/external/python/apitools/apitools/base/py/
Dhttp_wrapper_test.py31 from oauth2client.client import AccessTokenRefreshError
34 from oauth2client.client import AccessTokenRefreshError
100 exception_arg = AccessTokenRefreshError()
108 with self.assertRaises(AccessTokenRefreshError):
/external/python/google-api-python-client/samples/analytics/
Dhello_analytics_api_v3.py52 from oauth2client.client import AccessTokenRefreshError
79 except AccessTokenRefreshError:
Dcore_reporting_v3_reference.py68 from oauth2client.client import AccessTokenRefreshError
97 except AccessTokenRefreshError:
Dmanagement_v3_reference.py62 from oauth2client.client import AccessTokenRefreshError
84 except AccessTokenRefreshError:
/external/python/google-api-python-client/samples/calendar_api/
Dcalendar_sample.py44 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/adexchangeseller/
Dget_all_dimensions.py51 except client.AccessTokenRefreshError:
Dget_all_metrics.py51 except client.AccessTokenRefreshError:
Dget_all_alerts.py51 except client.AccessTokenRefreshError:
Dget_all_preferred_deals.py59 except client.AccessTokenRefreshError:
Dget_all_ad_clients.py55 except client.AccessTokenRefreshError:
Dget_all_saved_reports.py53 except client.AccessTokenRefreshError:
Dget_all_url_channels.py64 except client.AccessTokenRefreshError:
Dget_all_ad_units.py63 except client.AccessTokenRefreshError:
Dget_all_ad_units_for_custom_channel.py68 except client.AccessTokenRefreshError:
Dget_all_custom_channels.py75 except client.AccessTokenRefreshError:
Dget_all_custom_channels_for_ad_unit.py83 except client.AccessTokenRefreshError:
Dgenerate_report.py81 except client.AccessTokenRefreshError:
Dgenerate_report_with_paging.py95 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/urlshortener/
Durlshortener.py64 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/plus/
Dplus.py56 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/audit/
Daudit.py76 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/blogger/
Dblogger.py78 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/coordinate/
Dcoordinate.py97 except client.AccessTokenRefreshError as e:
/external/python/google-api-python-client/samples/appengine/
Dmain.py100 except client.AccessTokenRefreshError:
/external/python/google-api-python-client/samples/prediction/
Dprediction.py140 except client.AccessTokenRefreshError:

12