Allan Odgaard
Allan Odgaard
How would this work? Should the workflow present all items from all accounts mixed together? Should the New Document actions take an additional account parameter? Have you considered that seeing...
> […] Would it be possible to do `d > [select account] > action` against that account (e.g. search)? Technically it should be possible, however, since one-account users would not...
Is this a request to release a new version? The only actual change since last release is the flag for searching team drive. On 30 Oct 2018, at 3:54, Thane...
The problem seems to be when the workflow tries to reach `https://www.googleapis.com/oauth2/v3/token` as part of the OAuth2 process. Could this just be a temporary network problem? Do you use a...
Please include log as described [here](https://github.com/azai91/alfred-drive-workflow#troubleshooting). Please also state OS version, version of Alfred, and the browser you are using.
The port number is part of the OAuth client setup and cannot be dynamically changed, but we can do new client credentials. Though the current client credentials are setup and...
For anyone needing support for more file types, at the top of [`google-drive.rb`](https://github.com/azai91/alfred-drive-workflow/blob/master/src/google-drive.rb) you will find this (associative) array: ```ruby MIME_TYPE_ICONS = { 'application/vnd.google-apps.document' => { :path => 'icons/doc.png' },...
GitHub uses JavaScript to hide the email address from bots.
See how to write bug reports at wiki: https://github.com/textmate/textmate/wiki/Writing-Bug-Reports#adding-pictures
Why did you move to a multi-line summary? Normally summary should be short and the user can then do `"$DIALOG" help «command»` for more info about the command. As for...