WARNING: unable to change permissions for everybody:

前端 未结 8 1017
后悔当初
后悔当初 2020-11-28 11:14

When running the Java quickstart sample at https://developers.google.com/drive/web/quickstart/java?hl=hu in NetBeans, I\'m receiving the error code:

Jun 04,         


        
8条回答
  •  一向
    一向 (楼主)
    2020-11-28 11:28

    Just make sure that client_secret.json is under main/resources/ directory.

    InputStream in =
                DriveQuickstart.class.getResourceAsStream("/json/client_secret.json");
    

提交回复
热议问题