Created Google Slides from text input
- Create new Google Cloud app.
- Remove all APIs
- Add Google Drive API and Google Slides API
- Go to the Google Cloud Platform Console and from the projects list, select a project or create a new one.
- Follow this guide from Google to create OAuth client ID. As a scope for your application
you may select
/auth/drive
from Google Drive API and/auth/presentations
from Google Slides API. Add you email to the tests user group. For an application type you have to selectComputer
. - Download and save your client credentials as
credentials.json
file.
Please use txt2slides-setup
program. You can invoke it with go run github.com/sebast26/txt2slides/cmd/txt2slides-setup