You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stanislav Koshutsky edited this page Feb 15, 2017
·
3 revisions
This class is to be used for premium subscriptions to Google services.
It is intended to sign Google request urls. To sing a request url you need your client and a secret key, then just call public static String signUrl(final String client, final String key, final String inputUrl)
and it will return a signed url.