Hello. I would like to download 900+ files in the shared link folder using python SDK.
I use files_download_to_file method which required Metadata.path_lower from files_list_folder method.
However, when I print a file's value from files_list_folder, the path_lower returns None value.
I'm curious how could I download files without Metadata.path_lower using files_download_to_file method, or any other download method is okay.
I would like to make the script to run automatically.
Thank you in advance.