🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "cloud"

Found 50 matching component(s)

  • function create_folder_v1

    Creates a nested folder structure on a FileCloud server by traversing a path and creating missing directories.

    File: /tf/active/vicechatdev/filecloud_wuxi_sync.py

    filecloud api folder-creation directory-management rest-api
  • function _get_filecloud_integration_v1

    Factory function that creates and returns a configured FileCloudIntegration instance using credentials from application settings.

    File: /tf/active/vicechatdev/document_controller_backup.py

    factory-pattern integration filecloud configuration dependency-injection
  • function _view_document

    Views and downloads the current version of a document, with special handling for FileCloud-stored documents versus locally stored documents.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management file-download filecloud storage panel
  • function _download_current_version

    Downloads the current version of a document from either FileCloud storage or standard storage, handling different storage types and triggering a browser download.

    File: /tf/active/vicechatdev/document_controller_backup.py

    document-management file-download filecloud storage panel
  • class FileCloudEmailProcessor

    A class that processes email files (.msg format) stored in FileCloud by finding, downloading, converting them to EML and PDF formats, and organizing them into mail_archive folders.

    File: /tf/active/vicechatdev/msg_to_eml.py

    email-processing file-conversion cloud-storage filecloud msg-to-eml
  • function test_mixed_previous_reports

    A test function that validates the DocumentExtractor's ability to extract text content from multiple file formats (TXT and Markdown) and combine them into a unified previous reports summary.

    File: /tf/active/vicechatdev/leexi/test_enhanced_reports.py

    testing document-extraction file-processing integration-test text-extraction
  • class FileCloudClient

    A client class for interacting with FileCloud server API, providing authentication, file management, folder creation, and file upload capabilities.

    File: /tf/active/vicechatdev/SPFCsync/filecloud_client.py

    filecloud file-management cloud-storage api-client file-upload
  • function test_upload_modalities

    Integration test function that validates FileCloud upload functionality by testing both new file creation and existing file update scenarios.

    File: /tf/active/vicechatdev/SPFCsync/test_upload_modalities.py

    testing integration-test file-upload filecloud cloud-storage
  • function explore_all_drives

    Retrieves and displays all document drives from a SharePoint site using Microsoft Graph API, then explores the root folder of each drive.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph api drives document-libraries
  • function explore_drive_root

    Retrieves and displays the contents of a SharePoint drive's root directory, showing folders and files with their counts and names.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph api drive-exploration file-system
  • function explore_document_libraries

    Retrieves and displays all document libraries from a SharePoint site using Microsoft Graph API, then explores items within each library.

    File: /tf/active/vicechatdev/SPFCsync/diagnostic_comprehensive.py

    sharepoint microsoft-graph document-libraries api-integration data-exploration
  • function check_filecloud_structure

    Diagnostic function that checks the FileCloud server structure and verifies accessibility of various paths including root, SHARED, and configured base paths.

    File: /tf/active/vicechatdev/SPFCsync/check_filecloud_structure.py

    diagnostic filecloud connectivity-check path-verification debugging
  • function test_filecloud_connection_v1

    Tests the connection to a FileCloud server by attempting to instantiate a FileCloudClient with credentials from configuration.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing connection-test filecloud diagnostic health-check
  • function test_sharepoint_listing

    Tests the SharePoint document listing functionality by connecting to a SharePoint site and retrieving all documents from a specified path.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing sharepoint integration-test document-listing azure
  • function test_filecloud_operations

    Tests FileCloud basic operations by creating a test folder to verify connectivity and authentication with a FileCloud server.

    File: /tf/active/vicechatdev/SPFCsync/test_connections.py

    testing filecloud integration-test diagnostics cloud-storage
  • function test_graph_sites_api

    Tests Microsoft Graph API access to SharePoint sites by attempting to list available sites and locate a specific target site (vicebio.com), then tests drive access if found.

    File: /tf/active/vicechatdev/SPFCsync/check_tenant_config.py

    microsoft-graph sharepoint api-testing authentication oauth2
  • class SharePointClient

    A SharePoint client class that provides methods for connecting to SharePoint sites, retrieving documents recursively, downloading file content, and managing document metadata using app-only authentication.

    File: /tf/active/vicechatdev/SPFCsync/sharepoint_client.py

    sharepoint document-management file-sync azure-ad authentication
  • function dry_run_test

    Performs a dry run test of SharePoint to FileCloud synchronization, analyzing up to a specified number of documents without actually transferring files.

    File: /tf/active/vicechatdev/SPFCsync/dry_run_test.py

    dry-run testing sharepoint filecloud sync
  • function get_root_folders

    Retrieves all folders at the root level of a SharePoint drive using Microsoft Graph API, returning their metadata including name, ID, item count, timestamps, and web URL.

    File: /tf/active/vicechatdev/SPFCsync/test_folder_structure.py

    sharepoint microsoft-graph api folders metadata
  • class SharePointFileCloudSync

    Orchestrates synchronization of documents from SharePoint to FileCloud, managing the complete sync lifecycle including document retrieval, comparison, upload, and folder structure creation.

    File: /tf/active/vicechatdev/SPFCsync/sync_service.py

    synchronization sharepoint filecloud document-management cloud-sync
  • function test_filecloud_connection

    Tests the connection to a FileCloud server by establishing a client connection and performing a document search operation to verify functionality.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_implementation.py

    testing filecloud connection-test document-search integration-test
  • class FileCloudClient_v1

    A client class for interacting with FileCloud storage systems through direct API calls, providing authentication, file search, download, and metadata retrieval capabilities.

    File: /tf/active/vicechatdev/contract_validity_analyzer/utils/filecloud_client.py

    filecloud storage api-client file-management document-management
  • class ControlledDocumentFlaskApp

    Main Flask application class for Controlled Document Management System.

    File: /tf/active/vicechatdev/CDocs/main_flask.py

    class controlleddocumentflaskapp
  • function init

    Wrapper function that initializes the CDocs system by calling initialize_system() when the module is imported.

    File: /tf/active/vicechatdev/CDocs/initialize_system.py

    initialization setup bootstrap system-startup module-import
  • function get_filecloud_client

    Singleton factory function that returns a globally cached FileCloud API client instance, handling initialization, authentication, and re-authentication as needed.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    filecloud api-client singleton authentication connection-management
  • function ensure_path_exists

    Recursively creates a directory path in FileCloud storage by ensuring all parent directories exist before creating child directories.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    filesystem directory-creation recursive filecloud path-management
  • function upload_document_to_filecloud

    Uploads a document version to FileCloud storage system with metadata, handling file creation, folder structure, and audit logging.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    document-management file-upload filecloud version-control metadata
  • function download_document_from_filecloud

    Downloads a document version from FileCloud storage, with optional availability checking and audit logging for user-initiated downloads.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    file-download document-management filecloud version-control audit-logging
  • function update_document_metadata_in_filecloud

    Updates metadata for a document stored in FileCloud, merging new metadata with existing values and logging the update in an audit trail.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    document-management metadata filecloud cloud-storage audit-trail
  • function manage_user_share_access_v1

    Manages user access permissions to a FileCloud document share, creating the share if needed and setting read-only or write access for a specified user.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    document-management access-control file-sharing permissions filecloud
  • function delete_document_from_filecloud

    Deletes a document and its associated folder from FileCloud storage, with permission checks, audit logging, and error handling.

    File: /tf/active/vicechatdev/CDocs/controllers/filecloud_controller.py

    document-management file-deletion filecloud storage audit-logging
  • function publish_document_v3

    Publishes a controlled document by incrementing its version to the next major revision, converting it to a signed PDF, and updating its status to PUBLISHED.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    document-management publishing version-control pdf-generation workflow
  • function _get_filecloud_integration

    Factory function that creates and returns a configured FileCloudIntegration instance using credentials from application settings.

    File: /tf/active/vicechatdev/CDocs/controllers/document_controller.py

    factory-pattern integration filecloud configuration dependency-injection
  • class FileCloudIntegration

    Manages integration with FileCloud for document storage and metadata

    File: /tf/active/vicechatdev/CDocs/utils/filecloud_integration.py

    class filecloudintegration
  • function login_filecloud

    Authenticates with FileCloud service using guest login credentials and returns an active session object for subsequent API calls.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    authentication filecloud login session-management api-client
  • function get_file_list

    Retrieves a list of files and directories from a FileCloud server at a specified path by making an authenticated API request and parsing the XML response.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    filecloud api file-listing directory-traversal xml-parsing
  • function download_file_v1

    Downloads a single file from a FileCloud server using an authenticated session and saves it to a local path with streaming support.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    file-download filecloud cloud-storage streaming http-client
  • function sync_directory

    Recursively synchronizes a directory from a FileCloud remote server to a local filesystem, downloading new or modified files and creating directory structures as needed.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    file-sync directory-sync recursive file-download cloud-storage
  • function main_v39

    Main entry point function that orchestrates a file synchronization process from a FileCloud source to a local directory, with progress reporting and error handling.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    file-sync filecloud main-entry-point cloud-storage directory-sync
  • function upload_document_to_filecloud_v1

    Uploads a document version to FileCloud storage system with metadata, handling file creation, folder structure, and audit logging.

    File: /tf/active/vicechatdev/CDocs single class/controllers/filecloud_controller.py

    document-management file-upload filecloud version-control metadata
  • class FileCloudIntegration_v1

    Manages integration with FileCloud for document storage and metadata

    File: /tf/active/vicechatdev/CDocs single class/utils/filecloud_integration.py

    class filecloudintegration
  • function create_folder

    Creates a nested folder structure in FileCloud by iterating through path elements and checking/creating directories as needed.

    File: /tf/active/vicechatdev/mailsearch/upload_non_wuxi_coded.py

    filecloud folder-creation directory-management api-integration file-system
  • function upload_file_to_filecloud

    Uploads a file to FileCloud storage service, checking if the file already exists and comparing modification dates to determine if an update is needed.

    File: /tf/active/vicechatdev/mailsearch/upload_non_wuxi_coded.py

    file-upload cloud-storage filecloud file-sync api-integration
  • function main_v98

    Command-line application that uploads PDF files without WUXI coding from a local directory to a FileCloud server, with support for dry-run mode and customizable file patterns.

    File: /tf/active/vicechatdev/mailsearch/upload_non_wuxi_coded.py

    file-upload filecloud cli batch-processing pdf-management
  • class Sharepoint_API

    A SharePoint API client class that provides methods for interacting with SharePoint sites, including folder navigation, file operations, and content management using Office365 REST API.

    File: /tf/active/vicechatdev/resources/cpathapi.py

    sharepoint office365 file-management cloud-storage document-library
  • class Client

    API Client for the Remarkable Cloud that handles authentication, communication, and document management with the Remarkable Cloud service.

    File: /tf/active/vicechatdev/rmcl/api.py

    api-client remarkable cloud-storage authentication async
  • class Item

    Base class representing an item (document or folder) in a reMarkable cloud storage system, providing methods for metadata management, file operations, and synchronization.

    File: /tf/active/vicechatdev/rmcl/items.py

    remarkable cloud-storage document-management async metadata
  • class RemarkableCloudWatcher

    Monitors the reMarkable Cloud 'gpt_out' folder for new documents, automatically downloads them, and converts .rm (reMarkable native) files to PDF format.

    File: /tf/active/vicechatdev/e-ink-llm/mixed_cloud_processor.py

    remarkable cloud-storage file-watcher pdf-conversion document-extraction
  • class MixedCloudProcessor

    A cloud integration processor that monitors both OneDrive and reMarkable Cloud for input PDF files, processes them through an API, and manages file synchronization between cloud services.

    File: /tf/active/vicechatdev/e-ink-llm/mixed_cloud_processor.py

    cloud-integration file-watcher async onedrive remarkable
  • function create_mixed_processor

    Factory function that instantiates and returns a MixedCloudProcessor object configured with OneDrive and reMarkable cloud integration settings.

    File: /tf/active/vicechatdev/e-ink-llm/mixed_cloud_processor.py

    factory-function cloud-integration onedrive remarkable document-processing

Search Examples