googleのAPIに手を出してみようといろいろ模索中です。
http://code.google.com/intl/ja/apis/accounts/index.html
http://code.google.com/intl/ja/apis/accounts/docs/RegistrationForWebAppsAuto.html
ここの手順にしたがってドメインの登録を行いました。
↓
ドメインの登録
https://www.google.com/accounts/ManageDomains
google app engineの場合はこんな感じのコードを書いてサイトの認証を行いました。
app.yamlに
- url: /もらったhtml
script: 上記のプログラム.py
という記述をしておいた!
http://code.google.com/intl/ja/apis/accounts/index.html
http://code.google.com/intl/ja/apis/accounts/docs/RegistrationForWebAppsAuto.html
ここの手順にしたがってドメインの登録を行いました。
↓
ドメインの登録
https://www.google.com/accounts/ManageDomains
google app engineの場合はこんな感じのコードを書いてサイトの認証を行いました。
import os from google.appengine.ext.webapp import template path = os.path.join(os.path.dirname(__file__), 'ここにgoogleから貰うhtml') print(""); print(template.render(path, {"name": "Bret", "values": [1, 2, 3]}))#第二引数は適当。
app.yamlに
- url: /もらったhtml
script: 上記のプログラム.py
という記述をしておいた!
0 件のコメント :
コメントを投稿