nikaia / translation-sheet

Translating Laravel languages files using a Google Spreadsheet.
GNU General Public License v3.0
291 stars 60 forks source link

Permission Denied Setting Sheet API #8

Closed ardanirohman closed 7 years ago

ardanirohman commented 7 years ago

hi @nbourguig i just try this package when i try php artisan translation_sheet:setup [Google_Service_Exception] { "error": { "code": 403, "message": "The caller does not have permission", "errors": [ { "message": "The caller does not have permission", "domain": "global", "reason": "forbidden" } ], "status": "PERMISSION_DENIED" } }

any solve for this problem? thanks

nbourguig commented 7 years ago

Hi,

I think you need to share the spreadsheet with service account email you created by giving it CAN EDIT permission.

https://github.com/nikaia/translation-sheet#spreadsheet

image

ardanirohman commented 7 years ago

wow , thanks it work now. this is cool package for laravel.