5
Google ชีต API ส่งคืน "ผู้โทรไม่มีสิทธิ์" เมื่อใช้คีย์เซิร์ฟเวอร์
ฉันได้สร้างคีย์เซิร์ฟเวอร์ในตัวจัดการ API และพยายามดำเนินการต่อไปนี้บน Mac ของฉัน: curl 'https://sheets.googleapis.com/v4/spreadsheets/MySheetID?ranges=A1:B5&key=TheServerKeyIGeneratedInAPIManager' แต่นี่คือสิ่งที่ส่งคืน: { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED" } } ฉันทำอะไรผิดที่นี่?