Regarding the python example: `for id, data in files:` should be changed to `for id, data in files.items():` Thanks.
Regarding the python example:
for id, data in files:should be changed to
for id, data in files.items():Thanks.