diff --git a/src/libs/ajax/GoogleStorage.ts b/src/libs/ajax/GoogleStorage.ts index 6f9e9bb9c2..2fdcaf7678 100644 --- a/src/libs/ajax/GoogleStorage.ts +++ b/src/libs/ajax/GoogleStorage.ts @@ -76,7 +76,7 @@ const checkRequesterPaysError = async (response): Promise { - return _.includes('access to user project', responseText); + return _.some((msg) => _.includes(msg, responseText), ['access to user project', 'user project to bill']); }; // requesterPaysError may be set on responses from requests to the GCS API that are wrapped in withRequesterPays.