Google Cloud Translate - 403 Forbidden Missing API key
问题 I have gone thru the Google cloud transalte API and decided to use Java platform for my application Based on the documents, tested the below code with required jar's. this code working fine in my eclipse Translate translate = TranslateOptions.getDefaultInstance().getService(); String name = rs.getString("name"); Translation translation1 = translate.translate(name); String TransalateName = translation1.getTranslatedText(); However when export this code into a jar and running in Shell script