サービス アカウントの JSON ファイルを使用してアクセス トークンを取得しようとしています。ただし、アクセストークンを取得できません。
GoogleCredential googleCredential = GoogleCredential.fromStream(new FileInputStream(serviceAccountJsonFile));
System.out.print(googleCredential.getAccessToken());
null
毎回届きます。Python API で同じ資格情報を使用できます。
ここで何か不足している場合は、誰かが私を指摘できますか。