0

I'm now oauth verification for the Slides add-on by google apps script.

First, I use drive.readonly scope. OAuth Dev teams point use drive.file scope instead of drive.readonly.

So I rewrite my app from editor add-on to google workspace add-on.

It is very hard, http I/F to Card service.

Then I apply oauth verification, the teams replys this message.

Minimum Scope Requirement You requested the following sensitive scope(s):

https://www.googleapis.com/auth/presentations Please review the following information to understand if the drive.file scope is a better fit for your application. If your request does not meet the eligibility requirements outlined below, we won’t be able to grant your request for restricted Drive APIs.

I confused and disapoint.My app is slides add-on, so I think, it is necessary presentations scope.

I read Slides API references, I know drive.file scope is use Slides Api, SpreadSheet Api, Documents APi.

Can Slides API use only drive.file scope

but it mean rewrite SlidesApp class's all methods and field. I think it is very nonsence. I reply. but teams reply is same.

Please teach me, slides add-on written by google apps script approved oauth verification use auth/presentations.

4
  • 1
    Related: issuetracker.google.com/issues/112272756 Commented Mar 13 at 9:14
  • How about just https://www.googleapis.com/auth/presentations.currentonly? If you're not accessing any other presentation, this should work. Commented Mar 13 at 9:20
  • thank you. My app new slides from template files. I say its teams. So my app not only current documnet also create new slides file. Commented Mar 13 at 9:31
  • my source code publish in github. Please see github.com/toskaw/koyomi_no_shiori Commented Mar 13 at 9:39

1 Answer 1

0

Unfortunately, This feature is not available. You maybe able to access


You can create a new bug report or a feature request about this in the issue tracker.

Click Here to create an issue!


Sign up to request clarification or add additional context in comments.

4 Comments

thanks. Please teach me.I can create new slide drive.file scope not use urlfetchapp, use Slides class.my test enviroment is wrong? my video is youtube.com/watch?v=tDFbhYbt6hc
@ToshiyukiKawashima Have you seen the Code.gs and appsscript.json here: github.com/googleworkspace/apps-script-oauth2/tree/main/samples/… ? If so, please make an attempt using the given resources and if you run into an error, please ask a new question with minimal reproducible example
OAuth App Verification approved.thank you.
@ToshiyukiKawashima with https://www.googleapis.com/auth/presentations?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.