FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
google-api-python-client/samples/appengine/grant.html at master · moskirathe/google-api-python-client · GitHub
moskirathe
/
google-api-python-client
Public
forked from
googleapis/google-api-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
google-api-python-client
/
samples
/
appengine
/
grant.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (17 loc) · 557 Bytes
Breadcrumbs
google-api-python-client
/
samples
/
appengine
/
grant.html
Copy path
File metadata and controls
17 lines (17 loc) · 557 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<
html
>
<
head
>
<
title
>
Can Haz Perms?
</
title
>
</
head
>
<
body
>
{% if has_credentials %}
<
p
>
Thanks for granting us permission. Please
<
a
href
="
/about
"
>
proceed to the main
application
</
a
>
.
</
p
>
{% else %}
<
p
>
<
a
href
="
{{ url }}
"
>
Grant
</
a
>
this application permission to read your
Google+ information and it will let you know how many followers you have.
</
p
>
{% endif %}
<
p
>
You can always
<
a
href
="
https://www.google.com/accounts/b/0/IssuedAuthSubTokens
"
>
revoke
</
a
>
permission at any time.
</
p
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL