Thibaut Sardan

Results 195 comments of Thibaut Sardan

I bumped axios to the latest `0.26.1` and tried it on Storage, and it failed :(

Just to rule out the access token issue. I tried uploading a file using a React app calling storage directly. This fails on Firefox with a > Cross-Origin Request Blocked:...

Update after lowering the expiration time of the access token (Files and Storage) to 2min: upload with FF that last 5min (the same 500Mb file) correctly triggered a refresh token...

Removed myself from this after figuring out it'll be much bigger than expected (and it's not really a priority as of now). Unless we want to duplicate many things (we...

Do you think that would be for text files as well? edit: @FSM1

The more I think about this, the less I think this is practicable - thumbnails for images hosted anywhere means we leak data - thumbnails generated on the client side...

That'd be nice the way you describe it. This would require some more metadata stored per file on the api side given the current structure I guess.

> I guess the original security concern existed because there was a lack of metadata that was able to decode the bytes given and show the user something more sensible...

Thinking about it, and to avoid having a UI that isn't functioning well, we may need to first make sure we retrieve the callData is retrieved from the chain if...