调用另一个Cloud Functions的Cloud Functions面临“禁止访问”
I'm trying to call a Cloud Function from another one and for that, I'm following this documentation.
我创建了两个函数。这是调用另一个函数的代码:
const {get} = require('axios');
// TODO(developer): set these values
const REGION = 'us-central1';
const PROJECT_ID = 'my-project-#...