update_storage_item_cloud_info
user_client: The user client to use.item: The item to update. Can be either a StorageItem instance, the itemโs UUID, or the URL of the item.new_url: The new URL to set. URL will be left unchanged ifNoneis passed.new_cloud_integration: The new cloud integration to set. Cloud integration will be left unchanged ifNoneis passed.from_cloud_integration: The cloud integration to update from. Acts as a check: no update will be performed if cloud integration of the item does not match this value. IfNone, the check will be skipped.verify_access: Whether to verify access to the item.skip_missing: if true, no error will be raised if the item is not found. Otherwise, the operation (and the operations in the same bundle) will be cancelled and an error will be raised.bundle: The optional :class:encord.http.bundle.Bundleinstance used to group updates into bulk calls.

