Phillip Stromberg
Phillip Stromberg
Fixed `authorize_account` to compare the `application_key_id` parameter to the old `application_key_id` instead of the `account_id`. This used to result in the cache being cleared on every call to `authorize_account`, unless...
I noticed today that on September 9th, 2021 [Basecamp announced](https://updates.basecamp.com/post/design-refresh-multiple-tools-and-plenty-more) support for multiple message boards, campfire chats, To-do Lists, Schedules, Automatic Check-ins, and Docs & Files per project. I will...
Addresses issue #216 which, although closed, is still not working. Line 1641 normalizes the path so that reserved labels are capitalized. For instance, `Prefix/Inbox/Favorites` would become `Prefix/INBOX/Favorites`. This prevented the...
Clone this repository and use `python setup.py install` . After install, `gyb` can be used on the command line anywhere (`client_secrets.json` and `oauth2service.json` need to be in the current directory...