> POST /tasks/v1/users/@me/lists HTTP/1.1 > Soup-Debug-Timestamp: 1488730789 > Soup-Debug: SoupSession 1 (0xc11460), SoupMessage 1 (0x131f2b0), SoupSocket 1 (0xc29190) > Host: www.googleapis.com > GData-Version: 2 > Content-Type: application/json > Accept-Encoding: gzip, deflate > User-Agent: libgdata/0.17.7 - gzip > Connection: Keep-Alive > > {"title":"My list of things","kind":"tasks#taskList"} < HTTP/1.1 401 Unauthorized < Soup-Debug-Timestamp: 1488730789 < Soup-Debug: SoupMessage 1 (0x131f2b0) < Vary: Origin < Vary: X-Origin < WWW-Authenticate: Bearer realm="https://accounts.google.com/" < Content-Type: application/json; charset=UTF-8 < Content-Encoding: gzip < Date: Sun, 05 Mar 2017 16:19:49 GMT < Expires: Sun, 05 Mar 2017 16:19:49 GMT < Cache-Control: private, max-age=0 < X-Content-Type-Options: nosniff < X-Frame-Options: SAMEORIGIN < X-XSS-Protection: 1; mode=block < Server: GSE < Alt-Svc: quic=":443"; ma=2592000; v="36,35,34" < Transfer-Encoding: chunked < < { < "error": { < "errors": [ < { < "domain": "global", < "reason": "required", < "message": "Login Required", < "locationType": "header", < "location": "Authorization" < } < ], < "code": 401, < "message": "Login Required" < } < }