When enabling Google Analytics Reports via Drush, the following is encountered:
Drush command run: drush en google_analytics_reports
Response: No release history available for oauth_common 7.x.

I think that the google_analytics_api.info file just needs dependencies[] = oauth_common changed to dependencies[] = oauth so that it gets the whole oauth suite.

Cheers.

Comments

grendzy’s picture

Status: Active » Closed (won't fix)

Unfortunately, this is a limitation of drush and the drupal.org infrastructure. The drush --resolve-dependencies option is documented to work only when the module name is the same as the project name, which isn't the case for oauth.