Does Algolia work with embedded Google Docs - wordpress

A WordPress site is being developed with the Google Drive Embedder Plugin, they would also like to use Algolia for its search features. Does Algolia search embedded Google Docs?

Algolia doesn't connect to Google Docs automatically, but you could index the embedded Google Docs content manually. This would require some custom development.
For each embedded doc, you would first use Google's API to download it into a file, then you would use one of Algolia's API clients to upload the content of that file into an index.

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.

Rendering Google Drive video files on my website using Google API key

I am managing a Wordpress website that uses the Ultimate Video Player plugin in order to render video files that are stored in my Google Drive account.
Plugin details: https://www.webdesign-flash.ro/p/uvp/
In order to render the Google Drive video files, this plugin needs the video file sources to be created using the following format:
https://www.googleapis.com/drive/v3/files/[file_id]?alt=media&key=[api_key]&v=[.mp4/.mp3/etc]
Therefore I have created a Google API key that I’m using to build my video source links.
So here are my questions:
Are there any limitations as to how many times a video can be visualised on my website (how many hits it gets) using the GoogleAPI key created?
Is there a download quota that can be exceeded by rendering these video files on my website as described above?
Thank you very much for your assistance.

Where do I find my Google Font API Key? (Newbie)

I am working on a Wordpress site.
Woothemes framework, Canvas theme from Woothemes.
Have installed the plugin Google Webfonts for Woo Framework.
So far - so good.
Now I need a Google Font API key.
So I have a registered developer account, and a Google Font project up and running via GoogleCloud Console. I have activated the Google Font API in the API list.
But I can't find my Google Font API Key!
I've followed the instructions as given here: https://developers.google.com/fonts/docs/developer_api
It says:
"To acquire an API key, visit the APIs Console. In the Services pane, activate the Google Fonts Developer API; if the Terms of Service appear, read and accept them. (Edit: Done this!)
Next, go to the API Access pane. The API key is near the bottom of that pane, in the section titled "Simple API Access."(Can't find this at all!)
Any ideas?
Sorry if this is a terribly simple question!
Kind regards
Annelie
Maybe the help page is a bit behind and refers to the 'old' console.
Old: https://code.google.com/apis/console/b/0/?noredirect
New: https://cloud.google.com/console?redirected=true
I wrote the Google Webfonts for Woo Framework plugin, found at http://wordpress.org/plugins/google-fonts-for-woo-framework/
For the last few versions, you do not need to use a Google API key to be up and running. The WordPress plugin contains a fallback list of all available Google webfonts, and I try to keep that list up-to-date as Google releases additional fonts.
So, unless there is a really new font you want to use, just run the plugin without an API key and it should provide all the Google Webfonts you want.
Hi at first create a project in Firebase then go there and click on the "Get a Key" at the main of the page choose your project and get it.

can we use google drive functionality in asp.net website?

I want to use google drive functionality in my website, like user can view, download and upload their google drive content after providing login credentials using my website.
Is this functionality possible? Feel free to correct me if i'm wrong.
You can embed google drive functionality in your website. For that google provides google drive api. For CMS like Joomla can be used for embedding it into your webpage. Here is one link which lists the steps for plugging in the Google drive api into your webpage:
https://docs.google.com/presentation/d/1KBFyPhCbDVwT1PZG8mmjWIsB2nBMvOfoVr8_VOSIoGE/edit?pli=1#slide=id.gf0ec6a4_0_114
Thanks
Using Google Drive SDK for .NET, file-explorer could be developed which can connect Google Drive for saving and retrieving changes. Read start-up guide here and try hands-on DrEdit Web Application example which clearly demonstrates how to implement the same.

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.

Resources