File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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+
1416import path from 'node:path' ;
1517import { authenticate } from '@google-cloud/local-auth' ;
1618import { drive } from '@googleapis/drive' ;
1719
1820const CREDENTIALS_PATH = path . join ( __dirname , 'credentials.json' ) ;
1921const 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 *
Original file line number Diff line number Diff line change 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' ;
1617import { authenticate } from '@google-cloud/local-auth' ;
1718import { forms } from '@googleapis/forms' ;
1819
You can’t perform that action at this time.
0 commit comments