<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>google api Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/google-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/google-api/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Fri, 01 Nov 2024 17:53:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Generating SHA-1 for Google API</title>
		<link>https://creatronix.de/generating-sha-1-for-google-api/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Thu, 06 May 2021 12:20:20 +0000</pubDate>
				<category><![CDATA[Android & iOS development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[sha-1]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://creatronix.de/?p=3605</guid>

					<description><![CDATA[<p>When you want to interface with any Google API e.g. YouTube from within your Android App, you need to register your app in the developer console. You have to provide a SHA-1 key which can be generated as following: Command line $ chmod u+x gradlew $ ./gradlew signingReport</p>
<p>The post <a href="https://creatronix.de/generating-sha-1-for-google-api/">Generating SHA-1 for Google API</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you want to interface with any Google API e.g. YouTube from within your Android App, you need to register your app in the developer console.</p>
<p>You have to provide a SHA-1 key which can be generated as following:</p>
<h2>Command line</h2>
<pre>$ chmod u+x gradlew
$ ./gradlew signingReport</pre>
<p>The post <a href="https://creatronix.de/generating-sha-1-for-google-api/">Generating SHA-1 for Google API</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
