googleworkspace / md2googleslides

Generate Google Slides from markdown
Apache License 2.0
4.48k stars 284 forks source link

bring your own credentials (issue #64) #74

Closed wescpy closed 3 years ago

wescpy commented 4 years ago

One possible patch for </issues/64> where users are directed to the devconsole/API mgr and download their client ID & secret file as client_id.json. Store it in the same folder as their OAuth token files in ~/. md2googleslides.

wescpy commented 4 years ago

BTW, I'm getting a CI/CD error... when Travis runs, it says,Your lockfile needs to be updated, but yarn was run with --frozen-lockfile. I followed the instructions listed, so should I also commit the updated yarn.lock file to this PR?

burkestar commented 4 years ago

FWIW I tried these steps (I think I did them correctly) but it still prompts for authorization which is rejected. image

wescpy commented 4 years ago

I suggest you try it again as at least 2 people (the committers) have used it successfully (and continue to do so... I used it to generate a presentation that was delivered a few weeks ago. Doublecheck you've applied the code patches to your install as it's not just the updated steps for using your own credentials. Hopefully the maintainer will have a free moment to review & accept this PR soon.