codelabs.developers.google.com
↑のサンプルでflutterでgoogle PhotoのAPIを使った簡単なアプリができるようになります。
このサイトどうりにやってみて出たエラーなどを書いていきます
エラー
Your app is missing support for the following URL schemes: com.googleusercontent.app
↓のサイト様を参考
FlutterへFirebase AuthenticationとGoogle Sign-Inで簡単にログイン機能を実装
URL Schemeにはエラー文で出てきたURLをそのまま入力
ただ追加するだけで他はいじらなくていい
これでConnect with Google Photosを押してもクラッシュしなくなった。
2.
エラー 403: access_denied The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google. If you think you should have access, contact the developer
↓のサイト様参考
グーグルプラットフォームのコンソールでOAuth同意画面→テストユーザー
のAdd Userのところからテストで使いたいメアドを入力
ここで入力したメールアドレスではエラーが出ないようになる