mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-07 00:52:42 +00:00

To test: > cd docs && make html Structures: * Getting Started with Platform (User Account Management) * Set Up workflow automation * Job Scheduling * Platform Source Connectors: * Azure Blob Storage, * Amazon S3 * Salesforce * Sharepoint * Google Cloud Storage * Google Drive * One Drive * Elasticsearch * SFTP Storage * Platform Destination Connectors: (i) * Amazon S3 * Azure Cognitive Search * Google Cloud Storage * Pinecone * Elasticsearch * Weaviate * MongoDB * AWS OpenSearch * Databricks --------- Co-authored-by: Matt Robinson <mrobinson@unstructured.io> Co-authored-by: Matt Robinson <mrobinson@unstructuredai.io>
38 lines
1.5 KiB
ReStructuredText
38 lines
1.5 KiB
ReStructuredText
Google Drive
|
|
============
|
|
|
|
This page contains the information to ingest your data from Google Drive.
|
|
|
|
Prerequisites
|
|
--------------
|
|
|
|
- Google Account
|
|
- Google Drive Folders and Files
|
|
- Service Account Key with permissions to access the Google Drive
|
|
|
|
For more information, please refer to `Google Drive API documentation <https://developers.google.com/drive/api/v3/about-sdk>`__.
|
|
|
|
|
|
Step-by-Step Guide
|
|
-------------------
|
|
|
|
.. image:: imgs/Source-Google-Drive.png
|
|
:alt: Source Connector Google Drive
|
|
|
|
1. **Access the Create Source Page**. Navigate to the "Sources" section on the left sidebar and click the "New Source" button.
|
|
|
|
2. **Select Source Type**. Select **Google Drive** from the ``Type`` dropdown menu.
|
|
|
|
3. **Configure Source Details to connect to Google Drive**
|
|
|
|
- ``Name`` (*required*): Enter a unique name for the Google Drive source connector.
|
|
- ``Drive ID`` (*required*): Input the Drive ID associated with the Google Drive you wish to connect.
|
|
- ``Service Account Key`` (*required*): Provide the Service Account Key that has been granted access to the specified Google Drive.
|
|
- ``Extension``: Specify the file extensions to be included in the ingestion process, if filtering is required.
|
|
|
|
4. **Additional Settings**
|
|
|
|
- Check ``Recursive`` if you want the platform to recursively ingest files from sub-folders within the specified Google Drive.
|
|
|
|
5. **Submit**. After filling in the necessary information, click 'Submit' to create the Source Connector. The newly completed Google Drive connector will be listed on the Sources dashboard.
|