Skip to content

adventures-in/notion_gdocs_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notion_gdocs_integration

Integrating Google Docs/Slides/Sheets and Notion.

Notes

Using:

Setup

Backend Setup including:

  • Using Application Default Credentials

googleapis

  • googleapis package + googleapis_auth to get an authenticated client
  • enable cloud run api via Cloud Code extension -> creates default service account
  • Google cloud console: enable Slides API

Running locally with Docker

Run in a container with Docker:

docker build -t app_img .
docker run -it -p 8080:8080 --name app app_img

Running locally

dart run build_runner build
dart run bin/server.dart

Cleaning up

When finished, remove the container & the image:

docker rm -f app
docker image rm app_img

About

Integrating Google Docs/Slides/Sheets and Notion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published