質問編集履歴

4

誤字

2018/03/26 07:49

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
  response = requests.get(url, headers=head)
76
76
 
77
- print(response)
77
+ print(response.text)
78
78
 
79
79
  ```
80
80
 

3

誤字

2018/03/26 07:49

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- PicasaAPIを使って、アバムデータを取得し、Web上にデータを表示させようとしていますが上手くできません。
5
+ PicasaAPIを使って、アバムデータを取得し、Web上にデータを表示させようとしていますが上手くできません。
6
6
 
7
7
  ### 発生している問題・エラーメッセージ
8
8
 

2

UserIDの件

2018/03/26 07:46

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
@@ -86,6 +86,8 @@
86
86
 
87
87
  OAuth認証に必要なclient_idやclient_secret等は 'secret/client_secrets.json'ファイルに入っています。
88
88
 
89
+ UserIDには自分のIDを入力した上で起きた問題です。
90
+
89
91
 
90
92
 
91
93
  よろしくお願い致します。

1

初心者アイコンの追加

2018/03/26 07:01

投稿

yutthi555
yutthi555

スコア12

test CHANGED
File without changes
test CHANGED
File without changes