質問するログイン新規登録

回答編集履歴

1

整形

2021/12/15 11:38

投稿

attakei
attakei

スコア2740

answer CHANGED
@@ -1,6 +1,6 @@
1
1
  [このファイル](https://www.gstatic.com/ipranges/goog.txt)の一覧がそうかなと。
2
2
 
3
- GASのドキュメント内で、[JDBCを使って外部のDBにアクセスする](https://developers.google.com/apps-script/guides/jdbc#creating_other_database_connections)があるのですが、その中の`allow-list`として上記ファイルのURLがリンクされています。
3
+ GASのドキュメント内で、[JDBCを使って外部のDBにアクセスする](https://developers.google.com/apps-script/guides/jdbc#creating_other_database_connections)という内容のページがあるのですが、その中の`allow-list`として上記ファイルのURLがリンクされています。
4
4
 
5
5
  ※以下、ドキュメントから引用
6
6
  > In order to create a database connection using the JDBC service you must allow-list certain IP ranges in your database settings to allow Apps Script to access it. These are the address ranges you'll need to allow-list.