I'm trying to add a simple function to Google Sheets and it's not obvious (to me) which Deployment method to use. The Sheet will be used by other users.
@ashw1nsharma2 жыл бұрын
Hey, I don't see the plus icon (+) on the top left on my Apps Script project? How can I share my project with others?
@LaurenceSvekisCourses2 жыл бұрын
You can select the script in the drive as well and share that way.
@rayakry2 жыл бұрын
Hi Laurence! With the anyone link, people gets a message from Google, saying that the web app is not correct or they just don't have access, any idea of why?
@LaurenceSvekisCourses2 жыл бұрын
Check the permissions for running the app, also try to remove and re-add the permissions.
@Azmayenfayek Жыл бұрын
want to share my google sheet to edit with others but dont want to see him app script code. Is it possible?
@LaurenceSvekisCourses Жыл бұрын
You need to share it as a viewer, editor and owners can see the apps script code. Also you can use a standalone script to avoid that
@Azmayenfayek Жыл бұрын
@@LaurenceSvekisCourses is there any tutorial for standalone script? or any tutorial to import library?
@rt-uh6mt Жыл бұрын
@@Azmayenfayek If the script is not bound to a particular sheet then I believe you'll need to use *openById* to target that particular sheet.
@Azmayenfayek Жыл бұрын
@@rt-uh6mt thanks for your response. I created own library and that problem is fixed now.