agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

Move google drive downloader authentication into __init__ to match gsheet downloader #45

Open jacobdadams opened 1 year ago

jacobdadams commented 1 year ago

Drive downloader currently requires the end user to handle authentication on their own. Should call it as part of init like gsheet downloader does.