I have a Flutter web and android app using google calendar api, create/edit/delete a calendar for the app's own use. I use googleapis package, and chose "calendarScope" to access google calendar. I then chose "www.googleapis/auth/calendar.app.created" in my Google Cloud project. I also got the app verified. But, I still see the alert screen saying that my app is "unverified" when I choose a google account to signin in the app. Is there anything I missed, or wrong?
Flutter web app requesting Google Calendar scope, and Google Cloud verified, but still shows unverified in web - Stack Overflow
与本文相关的文章
- javascript - Drawing soft brush - Stack Overflow
- php - widget_posts_args not using the number of posts in widget
- Within Django, how can I turn my Python datetime string into a Javascript Date object? - Stack Overflow
- javascript - Getting Datepicker to work in cshtml - Stack Overflow
- javascript - Not able to push object in an array - Stack Overflow
- javascript - if IE conditional comments not working - Stack Overflow
- python - Trouble drawing using pyqt - Stack Overflow
- javascript - Sweetalert2 allowOutsideClick not working on toast mode and close button not appearing on right side - Stack Overfl
- Wordpress editor: "pick from existing tags" is gone?
- r - Optimizing a complex, custom data problem - find the optimal polygon that contains a give fraction of data, with constraints
- How to reopen a Python diskcache without creating a new one and losing all the data - Stack Overflow
- javascript - set value of input element with jquery - Stack Overflow
- javascript - How can I declare a variable to be an empty object before I add functions to it in Typescript? - Stack Overflow
- What's the difference between undefined and window.undefined in JavaScript? - Stack Overflow
- javascript - Show multiple select dropdown with checkboxes value in the text - Stack Overflow
- javascript - Switch view with ExtJS - Stack Overflow
- javascript - remove element in jquery then append a new element? - Stack Overflow
- javascript - how to add a new row with pre defined data in kendo grid? - Stack Overflow
- javascript - JestTypescript: Mock class dependencies containing private members in jest and typescript - Stack Overflow
- javascript - Bootstrap-UI - How to use TemplateUrl for a tab view without manipulating the URL? - Stack Overflow
评论列表(0)
- 暂无评论