beehive icon indicating copy to clipboard operation
beehive copied to clipboard

Google Sheets Hive

Open CalmBit opened this issue 6 years ago • 2 comments

This could probably be more generally expanded, but Sheets integration was the requested functionality (as requested in #258).

CalmBit avatar Dec 02 '19 14:12 CalmBit

Just as a breadcrumb for anybody looking to pursue this: Google has some information about their Sheets API and integration w/ Go.

CalmBit avatar Dec 02 '19 14:12 CalmBit

I was looking into this and it seems the major hurdle is that we need to create a popup to have the user authenticate the application, or at least expose a link to the user that is generated after the initial oauth call... I haven't looked into the API for creating bees very extensively, but some basic searching seems to show something to do with oauth in the "factories.go" source that may allow a way to do oauth? Perhaps @muesli could verify I'm on the right track.

deranjer avatar Nov 05 '20 03:11 deranjer