WARNING: unable to change permissions for everybody:

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

    I was facing same issue in Eclipse. Here’s a solution:

    1. Run eclipse in admin mode

    2. Clear the directory C:/Users/.credentials/calendar-java-quickstart.json

    3. Copy the .json file the bin directory, e.g. bin/main/resources/client_secret.json

    You are free to run now.

提交回复
热议问题