Hey there, everything worked until Minute 15:08 --> As the Editor has changed and there's no: Publish --> Deploy as Add-On Menu anymore. Do you have any idea where to find the menu instead? I've searched the whole editor but can't find anything
Thank you a lot!! This was the only tutorial on how to deploy a script and publish as add on. Even though today is very different these steps helped me to understand how to publish my app.
Nice, Thanks for your tutorial. I tried to upload my own add on for google sheet but Google says "Needs verfication". I want to share my add on with others is it possible to do deploy without verfication? Thanks...
Hi! Can you please make a detailed video on how to create and deploy a Google Sheet add-ons on Google Workspace Marketplace? This will be helpful for many people.
Very good video. Thanks for making such a video. To share Unlisted add-on, we have to share via link. When we share via link, can they access the code in Apps script ? Is there any Quota limit for unlisted app ? I mean how many user can install and how many times the app can be called.
Hi! Thanks for this video! I followed thru with easy. I've got a question tho.. My organization has a very old free G Suite account (those free with up to 50 users). Is it possible to deploy addons with this type of account? Thanks!
Thanks for sharing your video. I have a set of functions that I wrote via "script editor" and I would like to be able to call those functions across all my Google Sheet (for internal use only). Do I have to go through all these steps to publish them as Add-on or do I have any other option?
I have saved the GSuite Marketplace SDK configurations. When I go to Publish --> Deploy as sheet add-on, I don't see the screen that we expect. Instead it gives me instructions to deploy add-on. Please help me resolve this issue. Thanks.
I have the same issue. Let me know if you resolve it. The next step I followed was going to 'Publish' in the G Suite Marketplace SDK API, filling it out, and pressing publish which has sent me through the OAUTH 2.0 process which I don't fully understand. It might have something to do with Chrome Web Store switching to the G Suite Marketplace.
@@fisherdude49 You have got the right option. Click on the 'Publish' option and follow his instruction from "Publish ==> Deploy as sheets add-on part", which is so simple. I did get some issues. But then I have created a new project from scratch and it works super cool now.
@@overdrivesystem2450 . Hi. Thank you for the video! Very informative indeed. I have written a Google sheets apps script that requires some data to be there in the first two columns of a google sheet for the user to correctly run the function in the script. Can I deploy such an apps script (i.e. having a requirement of some existing data being there) to an add-on?
I was able to deploy and subscribe to my add-on thanks to this tutorial. That said, I added the onInstall function at the beginning of my normally functioning scripts but they are not functioning. Are there any other script differences I need to consider? If so, is there a place where I can find documentation on the issue?
Hi. Thank you for the video! Very informative indeed. I have written a Google sheets apps script that requires some data to be there in the first two columns of a google sheet for the user to correctly run the function in the script. Can I deploy such an apps script (having a requirement of some data being there) to an add-on?
Yes, there is a one time $5 fee. As soon as you pay it, you'll be approved to post up to 20 sheets add-ons. It's a pain, but keeps out the rift raft I suppose.
I've spent hours and hours trying to get the information that you presented. Great presentation and very helpful!!
Hey there, everything worked until Minute 15:08 --> As the Editor has changed and there's no: Publish --> Deploy as Add-On Menu anymore. Do you have any idea where to find the menu instead? I've searched the whole editor but can't find anything
Thank you a lot!! This was the only tutorial on how to deploy a script and publish as add on. Even though today is very different these steps helped me to understand how to publish my app.
can you mention the differences ?
great tutorial. I loved it.
I wish some more videos on this topic from STARTING TO ENDING.
Me too. This videos are so important.
Thanks so much for this. Google's documentation on how to do this is extremely confusing to follow.
very veeerrrrrry confusing
A lot of things has changed now.
And it's so confusing.
Now it's called 'Google Workspace Marketplace SDK'
This will help me a lot. I have made a code for last month and I don't know anything about GCP. Again, Thank you very much!
Can you do it again? now some things have been updated that the video does not see. Thanks
Does the add-on need to be reviewed by the marketplace before being published?
For Public addons, Yes.
For Private add ons, No
How much does it cost to use Google Cloud Project/service? Is there a usage fee whenever people use the Add-On?
Nice, Thanks for your tutorial. I tried to upload my own add on for google sheet but Google says "Needs verfication". I want to share my add on with others is it possible to do deploy without verfication? Thanks...
Hi! Can you please make a detailed video on how to create and deploy a Google Sheet add-ons on Google Workspace Marketplace? This will be helpful for many people.
it's pretty much the same of what this video is about
Hi, It was nice video, I have little dought , could I dployed the same way Google Slide Add-on in google mark maket place.
Does GCP will charge us for publishing add ons later?
JUST WHAT I NEEDED. THANKS SO MUCH!
Very good video. Thanks for making such a video.
To share Unlisted add-on, we have to share via link. When we share via link, can they access the code in Apps script ? Is there any Quota limit for unlisted app ? I mean how many user can install and how many times the app can be called.
Hi! Thanks for this video! I followed thru with easy. I've got a question tho.. My organization has a very old free G Suite account (those free with up to 50 users). Is it possible to deploy addons with this type of account?
Thanks!
hey man, are you still around ? I have some question.
Now the things are changed, please make another video.
I want to make a paid add-on then how to do that ?
Thanks for sharing your video. I have a set of functions that I wrote via "script editor" and I would like to be able to call those functions across all my Google Sheet (for internal use only). Do I have to go through all these steps to publish them as Add-on or do I have any other option?
No if it's just for internal use then you don't need to go through the verification process.
Great video,
Can you please made video to deploy gmail-on.
Excellent tutorial, succint and functional. Thank you.
Hi ,I’m not able to Deploy google docs add on can you please give me any suggestion or idea for that
I have saved the GSuite Marketplace SDK configurations. When I go to Publish --> Deploy as sheet add-on, I don't see the screen that we expect. Instead it gives me instructions to deploy add-on. Please help me resolve this issue. Thanks.
I have the same issue. Let me know if you resolve it. The next step I followed was going to 'Publish' in the G Suite Marketplace SDK API, filling it out, and pressing publish which has sent me through the OAUTH 2.0 process which I don't fully understand. It might have something to do with Chrome Web Store switching to the G Suite Marketplace.
@@fisherdude49 You have got the right option. Click on the 'Publish' option and follow his instruction from "Publish ==> Deploy as sheets add-on part", which is so simple. I did get some issues. But then I have created a new project from scratch and it works super cool now.
@@overdrivesystem2450 Hi, I have the same issue. Can you tell sth more about how you did it? I need to fill out he OAuth?
@@TheMagic2325 If this is still an issue, email me at karthicksndr@gmail.com. We shall do a zoom call to check this.
@@overdrivesystem2450 . Hi. Thank you for the video! Very informative indeed.
I have written a Google sheets apps script that requires some data to be there in the first two columns of a google sheet for the user to correctly run the function in the script. Can I deploy such an apps script (i.e. having a requirement of some existing data being there) to an add-on?
I was able to deploy and subscribe to my add-on thanks to this tutorial. That said, I added the onInstall function at the beginning of my normally functioning scripts but they are not functioning. Are there any other script differences I need to consider? If so, is there a place where I can find documentation on the issue?
Hi. Thank you for the video! Very informative indeed.
I have written a Google sheets apps script that requires some data to be there in the first two columns of a google sheet for the user to correctly run the function in the script. Can I deploy such an apps script (having a requirement of some data being there) to an add-on?
You could write an Apps Script to put data on your spreadsheet automatically! ;)
Thank you, super clear information. You just rock
Hi friend ! May you help me to publish private one add on that i made. I havent been able too.
How can we earn from it. Like how to enable monetization
Nice video, can you make a video but with a Microsoft ecosystem ?
Is anyone outthere to help me on this please
Thanks you so much. But google charge $5 for developer
Yes, there is a one time $5 fee. As soon as you pay it, you'll be approved to post up to 20 sheets add-ons. It's a pain, but keeps out the rift raft I suppose.
@@mikebing1 what if I want to charge a fee for my addon? What is the best way to do that?
@@traviswarner3934 @uneasyguy I ALSO NEED THIS ANSWER
Terrible quality