I am new to meteorJs framework. I have a use case like when an user clicks on a button google drive picker has to open after google authentication and when user select any file from the google drive that file should get uploaded to my collection(or if I get the readable stream can I upload the stream to my s3 bucket and can I view that file in front end ?).
How do I achieve this process in meteorJs ? Can any one please explain, It will be very help full.