Subscribing to the API in Video Indexer Developer Portal fails due to too many redirects - video-indexer

enter image description here
When trying to subscribe from below URL, it keeps failing due to too many redirects.
https://api-portal.videoindexer.ai/products/authorization

The site is undergoing an upgrade. See my earlier question here.
Patience is the only answer now.

Video Indexer api-portal should be fully available for you from now on.
Video Indexer team.

Related

Stuck on complying with domain verification requirements

Recently I have been trying to re-boot my app. This includes adding google play services to my app.
I setup a google cloud platform account and then linked it with the developer console for my app.
Next I setup the OAuth consent screen. After completing everything it asked me to verify my website and domain; I completed this step with the google search API.
Despite all of these efforts I still got the error, Pending developer action.
Here is my verified domain (blurred out for obvious reasons):
After observing the documentation a little bit more, it tells me that I must continue/reply to the email thread with their Trust and Safety team, but I have not received any emails from them with my developer email -
Thanks in advance
-James
I have actually found the solution to this problem, and I think I can safely say that this is due to human error every single time.
When linking your google play app in the developer console to google cloud it might automatically create one for you, but if you reload the page it will make a second one. You have to make sure you select the right google cloud app to link because it might not properly connect if you use the wrong one.
Once you have done this you need to create a website or link a website that has been verified (you can verify it yourself) with google. You should then be able to setup your app easily! Not every step will be instant you might sometimes have to wait a day or two for it to work.

Google Home API for going to a URL and login

I am a very new developer who can write basic HTML (yes I know it's English), and is looking for a solution to a problem that I basically invented.
I recently bought a product called Doorbird, a very cool and well engineered IP Doorbell. The reason I bought it, is because it has an App, and integrates with IP phones and support video, and has a few bells and whistles, if you're not familiar with this product, I highly recommend looking at it.
The "problem" is that it does not integrate with Google Home, or Amazon Echo. However, it does have an API that allows you to go to the URL, login and unlock the door. I was looking into creating my own action that would have the Google Home login to the Doorbell and go to the unlock URL.
My issue is, I have no experience with this, but I pick things up very quickly, and believe in myself!
I already looked at the api.ai site from Google, and have signed up. It looked simple, but upon further investigation looks very complicated.
If anyone would be able to point me in the right direction I would be greatly appreciative.
Thanks in advance,
-Jack G
You need them to publish their REST api so that you can call the 'action' to unlock directly vs. having to go to a login page. You would probably set up oauth to have your server talk to theirs or use web headers. Ask their tech support if they support direct REST api using a security model.

Is webservice call has Browser Support issue?

Recently i have faced one interview in which he asked me a question that-
Do you ever face a problem in calling web service from particular browser ?
So i want to know is web service has browser compatibility issue?
I already search in google but didn't find any particular answer.
Still i didn't face any issue related browser compatibility in webservice.
I think there is no issue in browser compatibility in using webservice.
Regards
AB Vyas

Where can requests for Glass Development Kit be submitted?

The presentation today indicated that there was support on Stackoverflow but I was wondering if there's a central location where all requests are being tracked for us to follow and vote on?
If you have a very specific request for the Glass Development Kit, the best place to file it is in the Glass API issue tracker. There's a Component-GDK tag being used for these requests.
In general, though, not much has been said about the GDK yet, so it may be a bit early to make specific issue requests until more context is available.
For now, if you're a member of the Explorer Program, the Glass Pioneers section of the Glass Community is a great place to discuss your thoughts on the GDK.
There's a "request new API Features" link on the Glass API issue tracker page, but it's not clear if that is the best place for GDK feature requests since a lot of the branding on the page lists it as the Google Mirror API issue tracker. There seem to be a few GDK-ish feature requests in that issue tracker though, so in the absence of any official information I'd probably submit them there.

Django-facebook authentication

I believe i have managed to integrate Django-facebook, but it only logs in the first time. Do you guys have any idea what the problem might?