Missing valid api key with Google Sheets API v4 for Laravel package -


i using this api access google spreadsheet content.

but got error while trying access spread

{\n   "error": {\n     "code": 403,\n     "message": "the request missing valid api key.",\n     "errors": [\n       {\n         "message": "the request missing valid api key.",\n         "domain": "global",\n         "reason": "forbidden"\n       }\n     ],\n     "status": "permission_denied"\n   }\n }   how created project 1) create new project. 2) click enable api. search , enable google drive api. 3) create credentials web server access application data. 4) name service account , grant project role of editor. 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -