tags:

views:

67

answers:

1

Hi

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

A: 

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 ?

pgras