Пікірлер
@rajeshsingh-joomla-expert
@rajeshsingh-joomla-expert 2 күн бұрын
If I have an app listed on the Google marketplace, how can we monetize it how can we sell licences for the pro features of the app
@googleworkspacedevs
@googleworkspacedevs 9 сағат бұрын
This really depends on your setup and own preferences as the monetizing of the app doesn't happen directly within the Marketplace. To get an idea of one possible way to achieve this, check out this post by Mailmeteor, an app that is available on the Google Workspace Marketplace: mailmeteor.com/blog/monetize-google-workspace-addon
@viltontech
@viltontech 2 күн бұрын
I love it! All the information what people needs to start this amazing journey as Workspace Developer!
@googleworkspacedevs
@googleworkspacedevs 9 сағат бұрын
Glad you think so! 😃
@morgannavel4552
@morgannavel4552 4 күн бұрын
I need some help to understand the API, because after reading for long hours the documentation I really don't manage to make it work. Basically I've succeed to get authentificated. The thing is that I use a typescript base nodejs backend to have a meeting manager that implements my specifications. Using meet API it doesn't seem to work, I have no idea how to make requestion to create new meetings, delete and else.
@AviCharlop
@AviCharlop 4 күн бұрын
Looks exciting thank you! Are you planning on making the code available, and do you have any resources for how to get started with development without deploying the app?
@marcotanaka7071
@marcotanaka7071 5 күн бұрын
Thank you for this fantastic presentation! The Google Meet Embed SDK and Media API look incredibly promising. Great job, team! Keep up the amazing work!
@googleworkspacedevs
@googleworkspacedevs 5 күн бұрын
Glad you enjoyed it!
@sanzlopz2415k
@sanzlopz2415k 5 күн бұрын
hi
@djarcadian
@djarcadian 8 күн бұрын
Please make tabs optional for users. It looks like each new doc is forced to use at least 1 tab
@maxyusupov9508
@maxyusupov9508 10 күн бұрын
Hi Chanel, I am facing bit issue with GWAO addon for google sheets. problem is, the addon can't be displayed or triggered from custom menu. i have tried even with your simple code example of "Translate text from Google Docs, Sheets, and Slides" developers.google.com/workspace/add-ons/samples/translate-addon-sample added on install(e) and onopen(e) to create add-on menu, addon menu is created but not displayed when i press custom menu. could you please help me out how to display the addon card build via cardService? thank you
@ArnaudBret-t9r
@ArnaudBret-t9r 11 күн бұрын
Thank you for the excellent demonstration. I found it very insightful and would like to develop similar use cases in my company. Is there a repository available with the source code explained during the presentation? Thank you
@googleworkspacedevs
@googleworkspacedevs 5 күн бұрын
Happy to hear that! Check out sample here: developers.google.com/workspace/chat/tutorial-ai-knowledge-assistant
@davidgomez9271
@davidgomez9271 13 күн бұрын
Exceleeeeeeeeeeent!!!😄👍👏👏👏👏👏👏👏👏👏👏
@googleworkspacedevs
@googleworkspacedevs 11 күн бұрын
Happy you liked it 😀
@horsedancer442
@horsedancer442 14 күн бұрын
As a developer starting my journey with Workspace Addon development, I am surprised by the lack of good client libraries for the Card UI Service. It seems to be exculsively available via Apps Script, which, as per this video, is intended for proto-typing only. When it comes to productionising with a separate coding language, I have not found one client library implementing the Card Service as part of their SDK. Instead, one is supposed to return plain JSON. Not even a global JSON Schema seems to be available for deves to validate the output of a final Card JSON. 😱 Am I missing something? The main beneficiary of lowering the barrier of entry to building good UIs would be Google and its users.
@googleworkspacedevs
@googleworkspacedevs 11 күн бұрын
Thank you for your feedback. Yes, Apps Script can be used for prototyping, but you can also use it to build solutions that you publish on the Marketplace. So it's not only for prototyping. It depends on what type of extension you are building, your target audience, and your preferences as a developer. Check out this overview to get deeper insights into what type of Workspace extensions you can build and which technologies you can choose from to do so: developers.google.com/workspace/extend
@eealliance5997
@eealliance5997 14 күн бұрын
It is so cool that, you can now make changes to app listing/configuration and have the previous app listing available until the new updates are reviewed and published. You guys are phenomenal!
@googleworkspacedevs
@googleworkspacedevs 11 күн бұрын
Thank you for the feedback 😀
@SoashSadat
@SoashSadat 22 күн бұрын
Can not create meeting using service account. 403 permission denied. How to solve this.
@googleworkspacedevs
@googleworkspacedevs 17 күн бұрын
Currently, creating meeting spaces via the Google Meet API with service accounts is not supported.
@Adarshsingh-w7q
@Adarshsingh-w7q 22 күн бұрын
🎉
@stanTrX
@stanTrX 23 күн бұрын
Development is slow on gemini side and error correction on coding is not as succesful as claude yet
@meghamishra1159
@meghamishra1159 23 күн бұрын
I want to be a part of the technical writers in google. Can you please suggest me how to start. I am already being into technical writing from past 3 years but due to lack of exposure unable to grow, is there any internships or trainings available at Google so that I can be a part of it? I really want to learn and be a good technical writer.
@googleworkspacedevs
@googleworkspacedevs 18 күн бұрын
Great to hear you'd like to be a Technical Writer at Google! Check out the job page where you will find job openings and information about potential internships: www.google.com/about/careers/applications/
@Geoffrey95H
@Geoffrey95H 24 күн бұрын
Love it ! Thanks you all
@mabeanedashi7823
@mabeanedashi7823 25 күн бұрын
Thanks so much more opportunities More love more information more guide more thanks
@valentineonuchukwu9694
@valentineonuchukwu9694 27 күн бұрын
Happy birthday appscript
@AlexCasimirF
@AlexCasimirF 28 күн бұрын
Question: as the example for an app authenticating as a user by OAuth2 the video mentions an out-of-office reply app - is there any way to set up a webhook listening to post requests on behalf of the user (listening to the user's incoming messages)? According to my understanding, an auto-response app could only call the /messages endpoint in a loop, resulting in either slow responses or wasting resources (and 3000 calls/min rate limit in place)...
@googleworkspacedevs
@googleworkspacedevs 27 күн бұрын
You can use webhooks for alerting a Chat space about events that occur in other systems but not to check if a user received a Chat (direct) message. You can learn more about how to work with events in Chat here: developers.google.com/workspace/chat/events-overview
@AlexCasimirF
@AlexCasimirF 27 күн бұрын
well thanks for the heart reaction, this really encouraged me to double down on my research 😀 To anybody else having a similar question on their mind: this is now possible by subscribing to spaces & messages via the new Events API
@abuabdulrahmanadamulabaran1699
@abuabdulrahmanadamulabaran1699 28 күн бұрын
Absolutely appreciate
@darwinmak80
@darwinmak80 29 күн бұрын
can u just simply make a example to publish a simple app step by step form zero to one ?
@TuberCraftPro
@TuberCraftPro Ай бұрын
Switching from Hangouts to this was a terrible decision.
@joedrake3449
@joedrake3449 Ай бұрын
Absolutely worthless. There is no actionable instruction in this video. What is it about Google thinking that people looking for help on such issues are assumed to already know the jargon?
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
Thank you for your feedback. Maybe have a look at the developer documentation that gives more context to the subject of configuring OAuth: developers.google.com/workspace/marketplace/configure-oauth-consent-screen
@NathanTelander
@NathanTelander Ай бұрын
This was a great summit! Is it possible to get the slide decks that were used?
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
As mentioned during the closing session, slide decks will be shared with the attendees who filled out the feedback form.
@clarklaurentdumon8404
@clarklaurentdumon8404 Ай бұрын
Hi I have neen trying to create an appscript where I can send chat as a user when i have run the appscript. however im still having issues
@PodcastCreator_Michael
@PodcastCreator_Michael Ай бұрын
Ich bin ein Berliner! #JFK
@jeanmagsalayjr1466
@jeanmagsalayjr1466 Ай бұрын
Thank you Google 😍😍😍
@tobiasochieng
@tobiasochieng Ай бұрын
Incredible
@BaileyScott-e1t
@BaileyScott-e1t Ай бұрын
Apps Script is awesome! Works so well with Google workspace.
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
We thinks so too!
@mabeanedashi7823
@mabeanedashi7823 Ай бұрын
Thanks giving for more information more guide
@mabeanedashi7823
@mabeanedashi7823 Ай бұрын
Google developer group
@mabeanedashi7823
@mabeanedashi7823 Ай бұрын
Good news, thanks for guidance, more love Thanks so much more
@mabeanedashi7823
@mabeanedashi7823 Ай бұрын
Good news, thanks for guidance
@puregold24carats
@puregold24carats Ай бұрын
How should I use the app that I've installed using Google workspace marketplace?
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
That depends on the app that you installed. Please check the Marketplace app listing for more information.
@tamedcrazyness
@tamedcrazyness Ай бұрын
Outstanding work ma’am…
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
Thanks a lot 😊
@eealliance5997
@eealliance5997 Ай бұрын
Is there any demo video on publishing as a web app? The full video kind of focuses on add ons
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
No, currently there is no such video.
@viltontech
@viltontech Ай бұрын
Great Job and also great video! We love this kind of video explaining the behind-the-scenes about Add-on creation. Not everything is about write code. thanks!
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
Glad you enjoyed it!
@popovdaddy
@popovdaddy Ай бұрын
great!
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
Thank you!
@ahtechno.services4520
@ahtechno.services4520 Ай бұрын
I can't delete the versions because it shows an error: "You can not delete a version as it is in use by some deployment.
@googleworkspacedevs
@googleworkspacedevs Ай бұрын
That is correct. You can archive versioned deployments: developers.google.com/apps-script/concepts/deployments#archive-versioned
@EmailShot
@EmailShot Ай бұрын
So happy to be featured in the interview 🥰