This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Commit 874caa2
committed
Solved dependency error of Google API Client
when partners deployed the Report State dashboard locally, they may
encounter a 500 Internal Server Error after pressing the button even
the key & agentUserId are both correct. It's a dependency error of
Google API Client, which uses an older version of Guava and doesn't
contain a static method directExecutor().1 parent daa33fc commit 874caa2
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
| |||
0 commit comments