diff --git a/src/google-drive.rb b/src/google-drive.rb index 55c253b..1760ae8 100755 --- a/src/google-drive.rb +++ b/src/google-drive.rb @@ -276,6 +276,8 @@ def self.get_items(token) 'q' => query, 'fields' => 'nextPageToken,items(id,title,alternateLink,mimeType,parents(id,isRoot),modifiedDate,lastModifyingUserName)', 'maxResults' => 1000, + 'supportsTeamDrives' => true, + 'includeTeamDriveItems' => true, } http = Net::HTTP.new(uri.host, uri.port) diff --git a/src/info.plist b/src/info.plist index 10dc613..afde563 100644 --- a/src/info.plist +++ b/src/info.plist @@ -233,7 +233,7 @@ If you want to open links in a specific browser you can create a [Workflow Envir - Firefox: `-b org.mozilla.firefox` - Chrome: `-b com.google.Chrome` - Firefox developer edition '-b org.mozilla.firefoxdeveloperedition' - + [1]: https://www.alfredapp.com/help/workflows/advanced/variables/ uidata @@ -276,7 +276,7 @@ If you want to open links in a specific browser you can create a [Workflow Envir version - 2.1 + 2.2 webaddress https://github.com/azai91 diff --git a/src/version b/src/version index 42f7d23..8bbe6cf 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -2.1 \ No newline at end of file +2.2