CData Python Connector for Google Drive

Build 25.0.9440

接続

cdata で接続googledrive モジュール:

コネクタのモジュールは、データソースとの接続を確立するために直接使用されます。これは、接続文字列を引数として使用することによって行なわれます。次に例を示します。
import cdata.googledrive as mod
conn = mod.connect("InitiateOAuth=GETANDREFRESH;OAuthClientId=myClientId;OAuthClientSecret=myClientSecret;OAuthSettingsLocation=myOAuthSettings.txt;")

接続が作成されると、後続のSQL クエリの実行に使用できます。

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440