GSitesService (Deprecated)
Google has deprecated the Google Sites API used by GSitesService. Sites API can only access classic Sites, not the rebuilt version of Sites that was launched on November 22, 2016.
Description
In BBj 11.0 and higher, the GSitesService class is one of the BBj CustomObjects that comprises the GApps utility. This class can used in a BBj application to interface with the Goolge Sites service.
Creation
The GSitesService class is found in <bbj install>/utils/gapps/gapps.bbj.
GSitesService()
Parameters
None.
Methods of GSitesService
|
Return Value |
Method |
|---|---|
|
static SitesService |
Methods inherited from GAppsService
|
Return Value |
Method |
|---|---|
|
int |
|
|
string |
|
|
string |
getUser() |
|
string |
|
|
boolean |
isAuthenticated(boolean promptUser) |
|
|
|
|
|
setUserCredentials(string user, string password) setUserCredentials(string user, string password) |
|
|
setUserToken(string token) setUserToken(string token, boolean remember) |
Remarks
This class inherits from the GAppsService class.
Constants
None.
Example
|