mega.py
mega.py copied to clipboard
get.files() function limitation
Hi all, When I use the get.files() function it returns a the files and folders and some useful info about them in json format, but! It only returns info about the 3rd 'branch' of the folder tree. After that - there is no data returning about the folders and files that exists in the deeper 'layers'. for example - the following folder tree: Cloud Drive: -Folder1: --Subfolder1: ---SubSubfolder2: ----File1 ---File2 In this example, the get_files() function will return the data about Cloud Drive, Folder1, Subfolder1, but won't return any data about all the files or folders that under that 3rd 'branch' and further (SubSubfolder2, File1, File2).
Anyone faced that problem too? Any solutions?