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
I'm trying to use both the Directory API and the Reports API from the Admin SDK for Google Apps. However, I seem to be able to discover only one of these at a time with a single client. I'm designing an application that needs to use both. Here's the code that will show this problem:
If you look at the output in the console, you'll see that client.admin is set up for directory_v1, client.oauth2 is set up as usual, but reports_v1 is nowhere to be found. Can this be addressed?
The text was updated successfully, but these errors were encountered:
I'm trying to use both the Directory API and the Reports API from the Admin SDK for Google Apps. However, I seem to be able to discover only one of these at a time with a single client. I'm designing an application that needs to use both. Here's the code that will show this problem:
If you look at the output in the console, you'll see that client.admin is set up for directory_v1, client.oauth2 is set up as usual, but reports_v1 is nowhere to be found. Can this be addressed?
The text was updated successfully, but these errors were encountered: