我正在使用Dialogflow API进行flutter应用程序,昨天一切正常,今天,每次调用detectIntent()
后都出现此错误
我已经使我的设备时钟与NTP同步,但这不起作用
我有点不明白发生了什么,我该怎么办
错误:
Failed to obtain access credentials. Error: invalid_grant Invalid JWT: Token must be a short-lived token (60 minutes) and in a reasonable timeframe. Check your iat and exp values in the JWT claim. Status code: 400
对于任何遇到同样问题的人,我只需要在与NTP同步时钟后重新启动我的机器:)