1

Do you happen to know of an alternative way to get the Directory API Client Library for Java, this page: http://goo.gl/4aB2d shows the link to Download the latest version of the library but it does not work. Moreover, the Directory API samples and Directory API client libraries don't seem to work either for Java, http://goo.gl/zBTlL

1 Answers1

2

This seems to be a mistake on the developer site. The team is aware of it and working on fixing the links. In the mean time you can find the download URLs here -

https://developers.google.com/resources/api-libraries/download/admin/directory_v1/java
https://developers.google.com/resources/api-libraries/download/admin/reports_v1/java
Arun Nagarajan
  • 5,547
  • 1
  • 22
  • 19
  • Thank you Arun, that soleves part of the problem, I do not have the Directory API samples though. Can you help with this too? – Stefan Apateanu May 28 '13 at 07:18
  • In the python client library, there is a folder inside apiclient that includes all the pydoc. It is very helpful! https://developers.google.com/resources/api-libraries/download/admin/directory_v1/python – Emily Jun 06 '13 at 00:28