MCPcopy Create free account
hub / github.com/aliyun/data-agent-skill / file_upload_callback

Method file_upload_callback

scripts/data_agent/client.py:924–958  ·  view source on GitHub ↗

Notify the service that file upload is complete. Args: file_id: The file ID from upload signature (uploadDir). filename: The original filename. upload_location: The full OSS path (UploadHost/UploadDir/Filename). file_size: The file size in byt

(
        self,
        file_id: str,
        filename: str,
        upload_location: str,
        file_size: int = None,
        client_token: Optional[str] = None,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

upload_fileMethod · 0.45
upload_fileMethod · 0.45

Calls 1

_call_apiMethod · 0.95

Tested by

no test coverage detected