You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using google_drive 3.0.7 which has a dependency on googleauth >= 0.5.0, < 1.0.0. However, we are also using google-ads-googleads and need to update to 25.0.1 which has a dependency on gapic-common ~> 0.20, which has a dependency on googleauth ~> 1.0.
Is it possible to update google_drive to such that it can depend on googleauth versions greater than 1.0?
The text was updated successfully, but these errors were encountered:
I saw this and this after opening this issue, but those were from last year. Is @gimite still around? If not, are there any alternatives to google_drive gem?
We're currently using google_drive 3.0.7 which has a dependency on
googleauth >= 0.5.0, < 1.0.0
. However, we are also using google-ads-googleads and need to update to 25.0.1 which has a dependency ongapic-common ~> 0.20
, which has a dependency ongoogleauth ~> 1.0
.Is it possible to update google_drive to such that it can depend on googleauth versions greater than 1.0?
The text was updated successfully, but these errors were encountered: