For my current Python project I' using the Microsoft Azure SDK for Python. I want to copy a specific blob from one container path to another and tested already some options, described here.
Overall they are basically "working", but unfortunately the new_blob.start_copy_from_url(source_blob_url)
command always leads to an erorr: ErrorCode:CannotVerifyCopySource
.
Is someone getting the same error message here, or has an idea, how to solve it?
I was also trying to modify the source_blob_url
as a sas-token, but still doesn't work. I have the feeling that there is some connection to the access levels of the storage account, but so far I wasn't able to figure it out. Hopefully someone here can help me.