How to set multi-language in Google Apps Marketplace SDK? - marketplace

As you see below, I want set multi-language for my app ! Could you show me any idea ?
image google app marketplace
Thank very much !!!

The Marketplace currently does not support localized listings. That is a feature we would like to add in the future but we do not have an ETA.

Related

Embed AWS QuickSight dashboards in native or hybrid mobile applications

Is there a way that I can embed QuickSight dashboards in a native or hybrid mobile application? I had embed it in my web application but I don't know how I can do the same for mobile applications.
Answer from AWS support team:
Unfortunately, as such QuickSight doesn’t support mobile embedding natively. I sincerely apologize on behalf of AWS for any inconvenience caused due to the limitations of the service.
However, using any one of the below workarounds, you should be able to achieve your use case of embedding QuickSight dashboard(s) in Hybrid mobile application(s).
Option 1
Embed via web view and the web view is within the app. However please note that in using this approach, you might not be able to use the JS SDK that is available to interact with the embedded dashboard from the parent website.
OR
Option 2
Embed via web view and the web view is in a iframe which is within the mobile app. please note that in using this approach, you might be able to use the JS SDK but can have performance lag due to the chain: dashboard in a web view in iframe in a mobile app.

Google home development apis

hello my problem is that I want to develop IOT products that works with google home, and google home has a feature that only works with certain products which is (Seamless Setup with the Google Home App), and I can't find the API that will enable me to use this as a feature in my product.
and thanks in advance

Secure UDFN click with microchip ATECC608A-TNGTLS to Google cloud iot core?

I am using microchip ATECC608A-TNGTLS with Mikroe Secure UDFN click. As far as i know its a click platform to authorize the device to google iot core. But i am not able to find any tutorial or example about how can i connect my Banana PI M4 to Google iot core using this platform?
I saw this example
https://github.com/MicrochipTech/gcp-iot-core-examples/tree/master/boards/raspi
but i am quite confused about how can i get the keys out of that secure chip. Is there anyone who already did the same setup and can help me? thanks a lot!
So i found the answer.
First you need to install the python package cryptoauthtools.
There are alot of examples are present like creating a JWT from ATECC608A.
https://github.com/MicrochipTech/cryptoauthtools/tree/master/python/examples
Intitalise the lib, create a JWT for the login and then there is a pubsub example present on google cloud webpage to publish data on the gcp..
https://cloud.google.com/pubsub/docs/tutorials

How to unpublish on the Google Apps Marketplace?

Seems like a simple question, right?
We've got a legacy app that's been on the Google Apps Marketplace for 3 years now. We're about to sunset the app, so we want to unpublish it from the Apps Marketplace. Problem is that on our vender profile, the 'Unpublish' option is inactive/grayed out.
Combed through the support docs, and emailed Google Apps developer support - but haven't found any info or received a response re: why this would be happening.
Does anyone have any insight into why we might be stuck with all our apps published, and unable to unpublish them (or create any new apps, for that matter)? Any idea how to get this app unpublished from the Apps Marketplace?
Screenshot:
https://www.dropbox.com/s/lsok74bs9yydo3z/Screenshot%202014-03-14%2014.51.08.png
Google reformed the Google Apps Marketplace, so we can't publish any application on the old Google Apps Marketplace.I don't really know why, but they don't allow us unpublish too(I want to know how to unpublish too).
Please refer to https://developers.google.com/apps-marketplace/.
Anyway, the old Google Apps Marketplace's application will be unabled to be installed on September 30th.

google docs + web app

Hi Guys
I am trying to create a web app to share docs with all editor features (just like google docs).
My main requirements for this app are as follows:
1. Should have all editor features (can be done using open office api, google docs api, Microsoft office web apps api)
2. Should be shared between multiple users and can be edited by multiple users and other sync features (can be done using google docs api, Microsoft office web apps)
3. Can save the document created and edited on my own/ custom server addr. (Which api can support this??? I know open office can support this)
Guys can you please suggest me one api which can be used to do all the above. Also please suggest if I am underestimating any API above regarding any functionality that i thing is not supported.
Thanks
King
What you are asking for is so complex it takes a Google to make a "in progress" version!
Can't you just use Google API? Its is free. Your only issue would be logging users via OAuth, 1 simple API