John Vilsack
John Vilsack
I'm pulling updates from pacman before install using cowspace, but it still looks like that only got me the latest release. I've moved past the bug inflection point, so I'll...
I'm not sure what you mean by Qualities or Profile, but Credentials can be found here: https://schema.org/EducationalOccupationalCredential
Also, you may have trouble finding it, but currently the group recommend using [Roles](https://schema.org/Role) for previously held positions. [hasOccupation](https://schema.org/hasOccupation) is used for current job. It's all a bit confusing, considering...
You no longer need to verify the URL. I will send a pull request with an updated README in addition to a scope fix.
New README and changes for the new editor can be viewed here: https://github.com/johnvilsack/Apps-Script-Gmail-Push-Notifications-v2/tree/gsapp-scope-change
ops.ContentType does collect the current S3 ContentType. What doesn't occur is that unless you explicitly declare the ContentType on push, S3 will default your file to a binary/octet-stream. Because I...