Barun Acharya

Results 193 comments of Barun Acharya

I will begin working on it and try to introduce a few `fto`'s as well.

I am facing a few roadblocks while making this test. 1. I am not sure why `node test/cli/*.js` isn't running the newly created file. 2. Even after using async/await it...

> Does `node test/cli/steps.js` work by itself? Yup, I have attached the output below > I'm pretty stumped too here, i wonder if it's something simple we're overlooking... Me too...

Also I made the test pass by adding blocking code, but I don't think that would be the right way to proceed, what are your opinion about it?

I can't seem to understand how do I pass the input to the compress_images function. I think it needs a path to the image but i am getting input as...

@niravasher Thanks a lot for taking your time out from your quizzes and helping me out. I have asked for help in gitter channel too. Hopefully someone else can help...

https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get has the browser code for making the API call. It seems like it's important to initiate and authorize client before making requests now.

Noting a few important changes: - You need an API key irrespective of the visibility of the spreadsheet - The spreadsheet needs to be viewable by anyone with link, instead...

https://github.com/bpk68/g-sheets-api/issues/97#issuecomment-898696088 has highlighted and explained things in a great way 🙌🏽

Ohh, I used the CSV to make a copy, but it didn't cross my mind that we can use it in the code too 😅 Looking into it, thank you.