George Dietrich
George Dietrich
Use https://github.com/esi/esi-issues/issues/519#issuecomment-323892188 as a workaround for now.
Just try again later. Is a Google issue as far as I know.
`=getAuthenticatedCharacterNames()`. `getAuthenticatedCharacters()` is meant for use within custom scripts/functions.
Try now.
@kingbob2 Are you able to use the functions tho? I.e. try putting like `=characters_character_location()` into a cell. If it works, then GESI side of things is working as expected.
@kingbob2 I think you're using an old version of `EveQueue`. I'd lookup the forum thread for the new version/information.
@EKTurduckin If you're able to reproduce this can you create a new issue for it?
The OAuth2 lib exposes a [getLastError](https://github.com/googleworkspace/apps-script-oauth2/blob/eebdf7884b019dac5160f6554059bf9537fda1cd/dist/OAuth2.gs#L593) method that should be used to better debug why people get `Access not granted or expired.`.
Should also include the char name in the error message when an ESI error is encountered.
For example: ```Crystal class Contract column contract_id : Int32, primary: true column type : String polymorphic({"courier" => Contract::Courier, "item_exchange" => Contract::ItemExchange, "auction" => Contract::Auction}) end ``` By default it would...