How to upload my Google Gadget into my domain - google-gadget

May I know how to insert a Google Gadget into my domain (mydomain.com)? I searched around the web, but I still don't find a way to do this. Please help. Thanks.
I see this one - http://code.google.com/p/google-feedserver/wiki/PrivateGadgetAdministratorsGuide, but I am not sure this is the right one to do?

Got the answer =>
Upload private gadget with this way:
http://google-feedserver.googlecode.com/svn/trunk/resources/gadgets/private-gadget-editor/spec.xml
Publish private gadget with this way:
http://google-feedserver.googlecode.com/svn/trunk/resources/gadgets/domain-gadget-directory-manager/spec.xml

Related

Getting access to the Google Pay API for Passes

I am currently trying to get access to the Google Pay API for passes. I am following the official guide provided by Google: https://developers.google.com/pay/passes/guides/basic-setup/get-access-to-rest-api
Unfortunately I can't even follow the first step, as the sign up form for Google Merchant seems to be offline. The URL where I expect the form just forwards me to an FAQ page.
Has anyone had similar issues lately.
Any kind of help or information is appreciated! Thanks.
Moving discussion from comment to answer to include image.
Hard to say if we're seeing the same thing. This is what I see when visiting https://support.google.com/pay/merchants/gethelp?visit_id=1-636549173956235486-3194546471&rd=4
Is this what you see?
You need to go straight to step 2. Access the API Console.

One-drive photos Sharing

Ive recently had someone go through my one drive app and there was a photo shared so I'm wanting to know is it possible to somehow find out who the photo was shared with
If you shared a link then there is no way for you to find, who have accessed it or not. Means anyone with that link can access to the file without notifying you..

Cannot modify apps on Facebook

I create this topic because when I try to modify my facebook apps, I constantly get the following error :
Oops Something went wrong. We're working on getting this fixed as soon as we can. You may be able to try again.
I tried in Firefox and Internet Explorer to check if the problem was coming from my web-browser, and then I checked from a friends station, but I still get this error.
Just wanted to know if someone else had this problem ? Maybe I have to do something from my side ? Or can I just wait for Facebook team to solve this ?
Thank you in advance.
Bahan

How to get details of current user from Google APIs

I am sure that I am being very blind or stupid somewhere along the way but I have looked for this answer for a while and haven't come up with anything!
I have been working on getting my actionscript app working with Google's Oauth mechanisms which is all working great now but I can't for the life of me work out how to get details on the currently logged in user.
I want to get get the user's name (alias or full name I don't care) and a thumbnail url to display at the top of my app to make it clear who is logged in.
I have looked in general google api docs, drive docs and youTube docs and not found it anywhere...
I'm sure this is a really easy answer for someone to give!
Thanks
Add this to the scope -
https://www.googleapis.com/
auth/userinfo.profile
And after authorization is
done, get the information
from - https://
www.googleapis.com/oauth2/
v1/userinfo?alt=json
It has loads of stuff -
including name, public profile
url, gender, photo etc.
Source :
stackoverflow.com/questions/7130648/get-user-info-via-google-api

live sandbox containing multiple apis

I remember once seeing a site that contained all the popular apis and it displayed sample data when you fetched or inserted content via REST. I cant remember what site it was on so if anyone knows let me know thanks
You are probably looking for this.
This site is a directory to all API Services provided by companies.