Google My Business API ライブラリ使用上の注意
2020/10/02時点でGoogle(https://developers.google.com/my-business/samples?hl=ja)よりダウンロード可能なGoogle My Business APIのJavaライブラリ
google-api-services-mybusiness-v4p6-java-rev-20200422-1.zip
を読み込む際の注意。zipを展開すると
- google-api-services-mybusiness-v4-rev0-1.25.0-sources.jar
- google-api-services-mybusiness-v4-rev0-1.25.0.jar.properties
- google-api-services-mybusiness-v4-revsnapshot-1.25.0.jar
のようなファイルが含まれているが、このままライブラリとしてビルドパスに追加しても認識されない場合がある。
その場合は、google-api-services-mybusiness-v4-revsnapshot-1.25.0.jar
のファイル名をgoogle-api-services-mybusiness-v4-rev0-1.25.0.jar
にリネームすると良い。