slides-api icon indicating copy to clipboard operation
slides-api copied to clipboard

Learn How to Use the Google Slides API

Results 10 slides-api issues
Sort by recently updated
recently updated
newest added

I was trying to follow the tutorial here: https://codelabs.developers.google.com/codelabs/slides-api#1 But the links don't work anymore. Even the "Report a mistake" button in the bottom left side leads to a 404...

Google slides api returns a response from the `slides.presentations.get` endpoint that, if there is an image in the slide, contains image metadata in the `pageElements` object" ``` { contentUrl: 'https://lh5.googleusercontent.com/8///LONG...

Failed to validate the config schema at '.github/sync-repo-settings.yaml': [ { "instancePath": "/permissionRules/1/permission", "schemaPath": "#/properties/permissionRules/items/properties/permission/enum", "keyword": "enum", "params": { "allowedValues": [ "pull", "push", "admin" ] }, "message": "must be equal to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Everything after step one is incorrect. There is no dropdown with New Service Account, and so on. If you intuitively walk through the wizard to create the service key, there...

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 19.0.0 to 59.0.0. Release notes Sourced from googleapis's releases. v59.0.0 ⚠ BREAKING CHANGES This release has breaking changes. This release has breaking changes. This release has breaking...

dependencies

Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 19.0.0 to 59.0.0. Release notes Sourced from googleapis's releases. v59.0.0 ⚠ BREAKING CHANGES This release has breaking changes. This release has breaking changes. This release has breaking...

dependencies

in auth.js: If the TOKEN_DIR exists, the error will always be thrown and the token will never be stored. ``` function storeToken(token) { try { fs.mkdirSync(TOKEN_DIR); fs.writeFileSync(TOKEN_PATH, JSON.stringify(token)); } catch...

I'm getting an error when I run the project on Step 8: - Start generating slides. -- loaded secrets... authorizing... getting new auth token... Enter the code from that page...