5
Google E-Tablolar API'si, sunucu anahtarını kullanırken "Arayanın izni yok" sonucunu döndürüyor
API Yöneticisi'nde bir sunucu anahtarı oluşturdum ve Mac'imde aşağıdakileri yürütmeyi denedim: curl 'https://sheets.googleapis.com/v4/spreadsheets/MySheetID?ranges=A1:B5&key=TheServerKeyIGeneratedInAPIManager' Ama geri döndüğü şey bu: { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED" } } Burada neyi yanlış yapıyorum?