maxandersen / gdoc2adoc

Scripts to use for converting Google Docs to AsciiDoc(tor) format
Apache License 2.0
54 stars 17 forks source link

Permissions requested seem overly broad #21

Open socketbox opened 4 years ago

socketbox commented 4 years ago

I'm not sure if this is an issue with Google Docs or Drive, or whether it's the result of an API call made within the script (other than the replacement of text, I couldn't find anything "destructive"), but the permissions that the user needs to grant the script seem overly broad for code that's intended to create one document from another (see image).

broad_perms

maxandersen commented 4 years ago

Yeah, I'm not sure how it figures out the permissions - I think this is an issue of it being a script embedded in the doc so it can basically do anything :/

If you know of a way to limit it i'm all ears!