WARNING: unable to change permissions for everybody:

前端 未结 8 1026
后悔当初
后悔当初 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:49

    I just ran into the same issue with the https://developers.google.com/google-apps/calendar/quickstart/java example. I suspect that the issue is that you are running it in Windows and the JVM that you are running it does not have Adminsitrator rights for changing the file permissions in Windows.

    See Run Java application as administrator on Windows

提交回复
热议问题