Tsulatsi Tamim

Results 3 issues of Tsulatsi Tamim

How to upload directly from browser to gcs with temporaryUrl? I get `SignatureDoesNotMatch` message when try put file with temporaryUrl

``` Client error: `POST https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/[PROJECTNUMBER][email protected]:signBlob?alt=json` resulted in a `403 Forbidden` response. ``` ``` "code": 403 "message": "Request had insufficient authentication scopes.", "status": "PERMISS (truncated...)" ``` It's work fine in local...

Hi, thanks for this library, i can make downtime graph easily with this library. I try to update existing chart by passing new options contain new title on `updateGraph` method,...