Method
getFileConnectorInstructions GET
Copy GET

Retrieves verification information to create a data connector to a cloud storage bucket.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes bucket str The fully-qualified URI of the storage bucket to verify.
No writePermission bool If `True`, instructions will include steps for allowing Abacus.AI to write to this service.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result FileConnectorInstructions
KEY TYPE Description
verified bool `True` if the bucket has passed verification
writePermission bool `True` if Abacus.AI has permission to write to this bucket
authOptions List[dict] A list of options for giving Abacus.AI access to this bucket
Language: