1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GASアプリにアクセスできない時

1
Posted at

概要

GASで作成したwebアプリにリンクからアクセスできない時の対処法

問題

自作のアプリに別デバイスからアクセスしようとしたらエラーが出た。なぜだ…
accessError.png

発生環境

Google Apps Script(GAS)で作成したwebアプリ

発生原因

どうやら、アクセスする時に複数のGoogleアカウントにログインしているとダメらしい
(ブラウザのタブ間で異なるアカウントになっている場合など)

1つのアカウントを残して他からログアウトするか、すべてログアウトしている(あるいはそもそもログイン処理をしていない)必要がある

対処方法(ただのアカウントの切り替え方法)

Googleのページを開く
右上のボタン(「ログイン」あるいはアカウントのアイコン)を押して、選択画面を表示
「すべてのアカウントからログアウトする」を押す(この状態でアプリへのアクセスは可能)
任意のアカウントにログイン(アカウントを引き続き使用したい場合は行ってもいいと思う)

参考サイト

【2021.10.17】GASのWebアプリをスマホで見れないときの解決法! ←このページの内容をまとめた(ほぼパクr)

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?