Jonathan Wiesel

Results 19 comments of Jonathan Wiesel

Any news on this?

Looking at the docs seems the following header values are missing: ``` nonce timestamp Authorization (HMAC that is failing to verify) ```

@afawcett thank you! Will take a look to locate it and see how it goes

@afawcett Instead of using the `isExternalId` from the `DescribeFieldResult` class, I changed to use the `isIdLookup` which is specifically for `upsert` operations to be more consistent and also supports the...

Any feedbackcon this? Is been quite a while 💔

Is this project still active?

@phpfunk really glad to here that. However, adding the workflow to Packal is restricted only to the workflow owner. That would give this project more exposure and allow more people...

Sure thing, the [`hasAccess`method](https://github.com/googleworkspace/apps-script-oauth2/blob/master/src/Service.js#L425) is checking the `isExpired` method, which [checks for specific attributes](https://github.com/googleworkspace/apps-script-oauth2/blob/3a2924dd0adc9eaf92e5fd64c242bd93ffb3f3ff/src/Service.js#L662) (expires_in_sec, expires_in, expires) to determine expiration, in case there's no expiration supplied (rare but could happen)...

I created a custom library using the standard draw.io webapp then exported it but when importing it using the settings it renders an empty section: ``` "hediet.vscode-drawio.customLibraries": [ {"file": "/Users/my_user/testlib.xml",...