node-webkit で Google Drive API を動作させようとしています。
認証メッセージが送信されると、拒否される File:// のオリジンで送信されます。
https://accounts.google.com/o/oauth2/auth
?client_id=<some value>
&scope=https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive
&immediate=true
&proxy=oauth2relay1232990068
&redirect_uri=postmessage
&origin=file://
&response_type=token
&state=1938150804|0.1319366391
&authuser=0
なぜgapiからそのように送信されるのかわかりません-node-webkitからGoogleドライブを認証する方法を知っている人はいますか?