Error while executing Google Prediction API Command line Sample

点点圈 提交于 2019-12-01 10:42:52

.../jre/lib/security/java.policy

Can you try giving permission to all as below ?

grant{
permission java.security.AllPermission;
};
Alex Montenegro1987

If you are using client_secrets.json, this creates a tiny file in your user folder - in my case it is C:\Users\myUser\.store\calendar_sample, the file is StoredCredential, so you can delete this file and try again the sample, this will work, when you run again your program it will ask you to grant permission again for your google account.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!