Jonathan Parsons

Results 15 comments of Jonathan Parsons

I've just encountered this as well, it's one change behind every single time.

Basically I'm looking for the equivalent of this node script: ```js fs.readFile('my-image.jpg', function (err, data) { if (err) { throw err; } var base64data = new Buffer(data, 'binary'); var params...

@wkh237 Hey thanks for getting back to me. I'm temporarily using the REST api: ```js const filePath = 'my-file-path.jpg'; const file = `${RNFetchBlob.fs.dirs.DocumentDir}/${filePath}`; const params = { Bucket: 'my-bucket', Key:...

@developer239 Thanks for that! How are you generating your signed url? I was trying to test it out and pretty much do the exact same thing, but my signed url's...

@developer239 My signedUrl method looked like this - using API gateway via serverless with cors set: ```js getSignedUrl = async (event, context, callback) => { const s3 = new AWS.S3();...

I'm experiencing the same issue. After setting IOSBackgroundTask to true the task stops uploading upon going into the background and I get the same error.

I'll see if I can post up a Facebook example in the next couple of days.

@vvavepacket Sounds like you have a question like this: https://github.com/aws/amazon-cognito-identity-js/issues/353 This library is a direct port [amazon cognito identity js](https://github.com/aws/amazon-cognito-identity-js/), but with just the SRP_A built using a bridge and...

@spoeck I'd check with the guys who write the lib over at https://github.com/aws/amazon-cognito-identity-js/ this is just a react native port.

@MatheusParanhos I haven't had time to look into it. Hopefully someone else can chime in here.