Configure single gmail account for google docs edit in Alfresco - alfresco

I am trying to configure a single gmail account to be used with google docs edit in Alfresco.
I added the following in alfresco-global.properties:
googledocs.googleeditable.enabled=true
googledocs.username=username#gmail.com
googledocs.password=password
googledocs.application.name=Alfresco ECM system
googledocs.url=https://docs.google.com/feeds/default/private/full
googledocs.downloadurl=https://docs.google.com/feeds/download
googledocs.spreadsheet.service.name=wise
googledocs.spreadsheet.downloadurl=https://spreadsheet.google.com/feeds/download
But, it again asks for authorization and to enter username, password, when I try editing in google docs.
Is there a way to configure the system, to directly go to the gmail account mentioned in the properties file?

In order to enable Google Docs integration with Alfresco (hope you're talking about a > 4.0 Alfresco version) you need to:
Open the Admin Console in Alfresco Share and then click Google Docs.
Open the Google Docs page and click Edit.
Set the Google Docs properties following directive from this link
There is a free Alfresco wiki PDF to configure Google Docs.
Hope it helps.

Related

How to track Google Play download sources

I can't find the simple answer for a simple question. I want to generate a link to my app on Google Play and check how many installs comes from this link.
For iOS this is very simple, you just go to the analytics ->sources and generate a link that has a parameter. I can't find anything like that in Google Play Developer Console. Am I missing something or there is not such option for GP?
You could use Firebase Dynamic Links.
More information here: https://firebase.google.com/docs/dynamic-links
You can create Dynamic Links using your own domain name:
https://example.com/summer-sale
https://example.com/links/promos/summer-sale
https://links.example.com/summer-sale
https://ex.amp.le/summer-sale
Or, if you don't have a domain for your app, you can use a free custom page.link subdomain:
EXAMPLE LINK: https://example.page.link/summer-sale
Create your free subdomain in the Firebase console.
All Dynamic Links features, including analytics, post-install attributions, and SDK integrations, work with both custom page.link domains and your own domain.

How to share the Google APIs Console with other developers

I have hired a developer to host Wordpress site on the Google Cloud and App Engine. He is asking me to provide my password of Gmail account so that he can host it for, but I don't want to provide my password to access Google APIs console. Is there any way to give access to other developer to work, just like Google Play Developer Console?
Yes, if you go to the following URL you can add developers to the project:
https://console.developers.google.com/project/<application-id>/permissions
Login to https://console.cloud.google.com/apis/
Click on top left menu and
Go to IAM & admin >> IAM >> Here you can add/remove users and manage permissions.
The link where you can manage the permissions:
https://console.developers.google.com/iam-admin/iam?project=<your-project-id>
If you do not have a project yet, create one here:
https://console.developers.google.com/projectcreate

google analytics no configuration

I am using Drupal 7. I have installed google analytics module for my website traffic.
Here is the steps that I made.
1. I downloaded https://drupal.org/project/google_analytics
2. Log in into my website as admin Modules->Installed new Modules
3. Check google analytics checkbox-> save configuation.
after I did the 3 steps, I found the permission and Configurayion beside Google analytic. But when I click configuration. the output is this.
https://www.diigo.com/item/p/qeoacqozbrraosecozbbsrcsod/4869c24609380fb6fe4369e77e657db4
I can't see the configuration where I will put the javascript from my google analytic account.
Need some help. Thanks
Try clear your cache after enable Google Analytics module, you should able to see Configuration setting.

Google Docs with asp.net

I need to edit word documents/spreedsheets like it happens in Google docs . Can i integrate Google docs into my asp.net application ?
Is it possible for me to save this edited document on to my server instead of saving it at the google account ?
Thanks,
Francis
Can i integrate Google docs into my asp.net application ?
Google provide API documentation
Is it possible for me to save this edited document on to my server
Yes, see get
instead of saving it at the google account ?
You can't let people use the Google Docs WYSIWYG editors and save to your system directly. They'd have to save to their Google account and then you could download the file.

I downloaded the sdk for google-analytics but where i can setup the account?

I downloaded the sdk for google-analytics for android but where i can setup the account?
I have the option for only adding http or https wesites.
I use the UA number that i got from a fake url but i get no analytics.
Also..
Tracking Status: Tracking Not Installed (Last checked: 19-Jul-2010 11:35:21 )
The Google Analytics tracking code has not been detected on your website's homepage. For Analytics to function, you or your web administrator must add the code to each page of your website.
The Google Analytics javascript runs when you load a page. You must have a Javascript snippet that actually notifies the Google Analytics server when a client visits the page. This snippet is available once you've set up a site in Google Analytics.
I'm not exactly clear what you mean by "where can I setup the account". It sounds like you've found it.
Edit: For the Mobile version (non website) there's info here:
From that page:
Before you begin using the SDK, you
must first create a free account at
www.google.com/analytics and create a
new website profile in that account
using a fake but descriptive website
URL (e.g.
http://mymobileapp.mywebsite.com).
Once you create the profile, write
down or keep a copy of the web
property ID that is generated for the
newly-created profile.
To uninstall the Google Analytic Mod from your Zen Cart follow these steps http://surreystore.com/Forums/joomla-help/uninstall-google-analytics-by-andrew/
Perhaps here, where it says "Sign up now"? I'm not 100% sure, and am not a user of analytics, but that seemed likely to me. Also see here for a getting started guide.

Resources