googleworkspace / md2googleslides

Generate Google Slides from markdown
Apache License 2.0
4.49k stars 286 forks source link

Switch to bring your own credentials #64

Open sqrrrl opened 5 years ago

sqrrrl commented 5 years ago

Due to oauth review requirements, need to stop using the embedded client ID and instruct users to create their own GCP project.

rodydavis commented 5 years ago

For me ~/.credentials/md2gslides.json doesn't exist. It can successfully open and create the link though. Having an option to create a presentation from a token would be nice too

dhruvinparikh commented 4 years ago

@rodydavis I found it to be in ~/.md2googleslides/credentials.json.

rodydavis commented 4 years ago

Sweet thanks!

py9mrg commented 4 years ago

My organisation won't allow us to create our own GCP projects. Is there another way around the authorisation issue at the moment?

wescpy commented 4 years ago

@py9mrg : answered your question at https://github.com/gsuitedevs/md2googleslides/issues/70#issuecomment-616432383.

wescpy commented 4 years ago

If you need to get this working ASAP, I added some instructions at </issues/70>.