6
試圖讓Google Drive API在node-webkit中工作。Node-webkit和谷歌驅動器API
發送認證消息時,會發送一個被拒絕的文件來源://。
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發送 - 誰知道如何auth從node-webkit的谷歌驅動器?
我的猜測是,GAPI沒有與節點寫入作爲用例。我的簡短建議是不要使用它。你知道URL需要看起來像什麼,所以直接調用它並解析JSON響應。 – pinoyyid
我接受了您的建議 - 實施REST桌面解決方案非常簡單。 – ed4becky