Abhishek Jha

Results 7 comments of Abhishek Jha

So while trying to reproduce this issue (using postman) I got this : { "code": 400, "errno": 107, "error": "Invalid parameters", "message": "querystring: _token has invalid content", "details": [ {...

I am getting 200 ok response ![kinto](https://github.com/Kinto/kinto/assets/78265039/3da703e3-88c0-478b-8da2-8529588237e3)

yes, because by default(in the doc) backend option is memory backend

then I guess I am unable to reproduce it. its gives 200 ok status but { "data": [ { "uri": "/", "resource_name": "root", "permissions": [ "account:create" ] } ] }...

@jaegeral does encoding fields like "__ts_star" at frontend and decoding it at the backend seems a valid option? (If yes would I like to pick up this issue)

@jkppr Please clarify the use case: - we using cli give the command for example: archive --days 60 so it will filter based on the Number of days provided and...