0
我想開發一個Google Sheets ODBC驅動程序像CData ODBC驅動程序在C# windows application
。Google表格ODBC驅動程序
CData的OBDC驅動程序訪問我的Gmail帳戶提供以下連接詳細信息:
DRIVER= {CData ODBC Driver for GoogleSheets};
_persist_oauthaccesstoken=XXXXXXXXXXXXXXXXXXXXXXXXXXX;
_persist_oauthexpiresin=3600;
_persist_oauthrefreshtoken=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX;
_persist_token_timestamp=1503999951866
在這裏,我想生成oauthaccesstoken, oauthexpiresin, oauthrefreshtoken, token_timestamp.
我Client ID and Client secret
。如何生成上述密鑰?
在此先感謝