Skip to content

Commit 90bbbfd

Browse files
committed
docs: region tag regression
1 parent f88f202 commit 90bbbfd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

forms/snippets/anyone_with_link_responder.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14+
// [START forms_is_anyone_with_link_responder_js]
15+
1416
import path from 'node:path';
1517
import {authenticate} from '@google-cloud/local-auth';
1618
import {drive} from '@googleapis/drive';
1719

1820
const CREDENTIALS_PATH = path.join(__dirname, 'credentials.json');
1921
const SCOPES = ['https://www.googleapis.com/auth/drive.file'];
2022

21-
// [START forms_is_anyone_with_link_responder_js]
2223
/**
2324
* Checks if anyone with the link is a responder for the form.
2425
*

forms/snippets/stop_accepting_responses.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
import path from 'node:path';
1514
// [START forms_stop_accepting_responses]
15+
16+
import path from 'node:path';
1617
import {authenticate} from '@google-cloud/local-auth';
1718
import {forms} from '@googleapis/forms';
1819

0 commit comments

Comments
 (0)