- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何从服务或测试中的 Grails 中的 Dropbox authUrl 获取访问代码?在 Grails Dropbox wiki有以下内容:
Next user will need to redirect to above authUrl from Step 1 and then DropBox will give you a code.
是否有一些 Grails 或 Java 方法可以在没有真正用户重定向的情况下获取代码?
我想要这样做的原因是,我想定期从 Grails 服务检查链接的 Dropbox 文件。
可以吗?提前致谢!
最佳答案
您似乎错过了阅读下一步。
用户向您提供该代码后,您可以使用它来生成访问 token ,您可以在将来存储和使用该 token ,而无需再次执行前两个步骤。
正如文档所述:
And last step is to get an access token and it can be easily get by executing accessTokenService.getAccessToken(code). Here you need to pass code to it got by step 2 and then this method will give an access token. Save it anywhere like database or somewhere else for further use.
然后文档继续说:
Next part will give you details about using various DropBox services by using access token got from above part.
关于java - 如何使用 Dropbox 插件从 Grails 中的 authUrl 返回 Dropbox 代码而无需用户交互,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28306499/
我是一名优秀的程序员,十分优秀!