我正在研究Google People Api for Extracting Information,我正在关注此链接: https://developers.google.com/people/quickstart/java#step_3_set_up_the_sample 但是这句话:
import com.google.api.services.people.v1.PeopleScopes;
给出了一个未解决的错误。 google-api-services-people-v1-rev244-1.23.0.jar
中没有该类,因为我尝试手动输入。
有人有办法摆脱它吗?我正试图找到一些其他方法来解决这个问题!
此行产生NullPointerException
InputStream in =
Quickstart.class.getResourceAsStream("/client_secret.json");