Hi I am currently in the process of migrating my code to use v2 and am hitting an error when trying to upload in python.
Error:
stone_serializers.py", line 887, in _make_stone_friendly
raise bv.ValidationError(e.args[0])
ValidationError: client_modified: attribute of type 'NoneType' is not callable
I'm not sending a client mod time and not sure how to fix this.
I have to say v2 is much more complicated than v1 and feel the docs could use a lot of examples in them.
Any help would be appreciated.