...
Go to the Google Developers Console.
Select a project.
From the sidebar on the left, select APIs & auth. In the list of APIs, make sure the status is ON for the Drive API.
From the sidebar on the left, select Credentials.
Click on Create New Client ID.
In the the pop-up, do the following
- Select Application Type as Web Application.
- Under Authorized JavaScript origins, enter the URL you have entered as the Celoxis URL (Under Settings > Site. Click on Edit Site Settings). Please note that this should be the URL that you are using for accessing Celoxis. For example https://acindia.acme.com:8843/
- Click on Create Client ID.
- A client ID will be created which you need to paste in the option mentioned above.
...