Mikael Finstad

Results 1498 comments of Mikael Finstad

S3 used to be eventually consistent, so theoretically after upload success, the objects could still return 404. But it seems like they recently changed this behaviour so that they now...

Where were files coming from? A remote provider like the Link plugin, Google Drive, Onedrive etc, or from the browser? (My device, Camera etc). What I'm really wondering about is...

not required for companion 4, but this should be done sooner or later and will be a breaking change, so maybe companion 5

after downgrading `got` to v11 (which is still CommonJS), the tests are going through, so I will continue with the port!

![](https://c.tenor.com/SuADVxKkQ-AAAAAd/frankenstein-its-alive.gif) One remaining issue is that because we're running got v11, and it still depends on the old and unmaintained `form-data` that we wanted to get rid of. (see #3496)...

What kind of instagram/facebook files are giving size null? last time i tested instagram/facebook with uppy it did work. I just tested instagram on https://uppy.io/ and it works. Could you...

Ok. It's a bit hard to test if we don't have a way to reproduce it, but in the next version of companion v3 (unreleased yet) we did a complete...

Actually when I think about it, https://uppy.io is already running the new unreleased version of companion. could you try with your account there and see if it works?

What is "sg"? I'm not sure what is exactly the issue. Are you getting this error `TypeError: Cannot read property 'name' of null` when uploading files from instagram/facebook? If so,...

Thanks for your clarifications. 1. I think the culprit is here: https://github.com/transloadit/uppy/blob/78268d00fd46f4465ca2c2134f067129a8c25232/packages/%40uppy/companion/src/server/provider/facebook/index.js#L162 I just added a console.log with facebook but I believe the problem is that the facebook API doesn't...