MrCaspan
MrCaspan
Not sure if this helps but maybe it seems the app installed can access notifications on the Work profile is allowed. I am the Admin for our Google MDM and...
Its weird it seems like NotificationListenerService is ignored in the work profile as it does not exist, but you cant access work notifications from the personal side unless your admin...
All I get is the error you cannot install this app on the device using that version.
Okay so that is weird.. Not sure if this is not programmed right or if its exactly as it should be. So I had to uninstall the work app and...
Anyone?? Is this project even active anymore?
I took matters into my own hands and created the code myself for anyone looking to add this to their min project please add this function to the beginning of...
NM after walking the code I found this https://github.com/googleworkspace/apps-script-oauth2/blob/master/dist/OAuth2.gs#L400 You guys should add this to the documentation as this is quite important to know
Actually this is not working I will set this to 2 and my expires_in is still set to 3599. Any help would be appreciated! BTW i am using version 41...
Here is the code I am using to create my service ```js return OAuth2.createService(name) .setSubject(userToImpersonate) .setTokenUrl('https://accounts.google.com/o/oauth2/token') .setPrivateKey(serviceAccount.private_key) .setIssuer(serviceAccount.client_email) .setPropertyStore(PropertiesService.getScriptProperties()) .setScope(scopes) .setLock(LockService.getScriptLock()) .setExpirationMinutes(2); ```
I have tested this code on my vBulletin 4 and have done an export using this code with no issues and when I import it attachments show up as a...