Storage .list method

Which SDK and Platform version are you using?

SDK: v13.0.0
Platform: v22.03.1

Current Behavior

I get an internal error when using the example storage code
image

Resulting in following error:
image

Expected Behavior

Get a list of all files in current entity

I also expected a simple example of how to store a dict for example.

Hi Johan, thanks for reporting. We will look into it.

Small update, it is currently not supported to use Storage().list() without using the prefix argument. So in your example above, storage.list(prefix='data_', scope='entity') should work. We are looking into the option to make prefix optional.

This has been fixed in the June release (v22.06.0)