Hi there,I have pretty much the exact code you have here, and yet it still doesnt work, saying "No such file or directory"Is this a limitation of the community edition?import requests
CHUNK_SIZE=4096
def get_remote_file(dataSrcUrl, destFile):
'''...
Has anyone found a solution? I get the same error when trying it as of today. It says file / directory doesnt exist but when i run a dbutils.fs.ls() i can see that exact path. It also doesnt change when i manually change the code in the classroom-set...