使用java创建站点
我开发了一个用于通过引用 开发人员指南,其中我不知道特定行
SitesService client = new SitesService("yourCo-yourAppName-v1")
中的三个参数是什么。
这是我的问题。帮我
i developed one application used to create google sites by referring the developer guide in which i don't know what are the three parameters in this is particular line
SitesService client = new SitesService("yourCo-yourAppName-v1")
.
This is my problem. help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的示例中只有一个参数,它是应用程序名称。
您的示例中的应用程序名称示例由公司名称 (yourCo)、应用程序名称 (yourAppName) 和应用程序版本 (v1) 组成。
这对你有帮助吗?
There is only one parameter in your example, it is the application name.
What you have in your example is an example of an application name composed from a company name (yourCo) a name for the application (yourAppName) and a version for your application (v1).
Does this help you ?