you probably know this by now however, Alt+A and Tab will indent every thing automatically
@nmastroianni3 жыл бұрын
Jordan, Love your content. I was really hopeful to make this "trick" work too. However, I must agree with a few of your viewers that the doPost(e) is "borked" (I love that word... reminds me of the Swedish Chef). You mentioned the CORS policy in your video, despite my best efforts, I can't do anything with the post request except return the contentservice response without triggering the CORS error. Are you still making use of this method? I copied your pen and your .GS code, no dice. ☹
@mscoca4 жыл бұрын
It is possible to create a Google sheets scrip to perform a POST request to a given API as new row is added?
@josuelinares90247 жыл бұрын
good afternoon Mr. Jordan Rhea greets him and writes josue chiara from PERU. a query could also be made this same criterion in creating a form in html to connect with fusion tables or your api best regards will be waiting for your answer
@JordanRhea7 жыл бұрын
+josue linares greetings to you also! I am not familiar with fusion tables but basically anything is possible with the query parameters. I need more specific info to better help you
@chenchen18723 жыл бұрын
What a nice and clear explanation! Thanks a lot!
@arindamoitra584 жыл бұрын
I followed the same steps. Forked the code from your Pen at CodePen but it is not working. Throwing the error code that I added in the catch block. How can I debug the code to understand the problem?
@noureddinekhelifa40806 жыл бұрын
thank you for this video! we are a group of a student , and we want to gether data (final projects) from other students by a form, which will work like this ( form with map to get latlong inside the form address, title...etc. and a file upload button for pdf/word and cover image)and send all this to google drive with results inside google sheet please help us, thank you
@JordanRhea6 жыл бұрын
Thanks for the comment! I would love to help out more with your project. I did make a video using the mapping service in apps script. Does that help point you in the correct direction? kzbin.info/aero/PLb7kfLzbzocPoLjDYWFCoijWfI4K4MXVI
@devmrin7 жыл бұрын
Thanks man! This helped a ton!
@JordanRhea7 жыл бұрын
Glad to hear you enjoyed it!
@clashingtv2527 Жыл бұрын
Sir can you explain me how to return redirect a new url after doPost (post request)
@adampoznanksi64216 жыл бұрын
I am having some trouble getting the form to submit. I tried both on codePen and by creating a new html form. On code pen the status bar runs for a while. on mt html form nothing happens when after clicking the submit button
@adampoznanksi64216 жыл бұрын
this is the error i am getting when I submit Failed to load script.google.com/macros/s/....................exec: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'localhost' is therefore not allowed access.
@pipo_lucido4 жыл бұрын
@@adampoznanksi6421 same issue here
@robrita7 жыл бұрын
I didn't know this is possible.. thanks man.. really!
@JordanRhea7 жыл бұрын
+Carlo Reyes Thanks, I really appreciate the compliment. My exact goal is to demonstrate what is possible!
@elabinnovations5 жыл бұрын
Please add image upload in this project with base64 method
@anandjha90334 жыл бұрын
hey u said u would post the codepen link
@xiija4 жыл бұрын
doPost is borked :(
@tinkershukla17256 жыл бұрын
can you explain the jquery code
@ALWALEEDALWABEL5 жыл бұрын
did not work with me :((.
@Bruhfinally6 жыл бұрын
Couldn't someone with your web app URL abuse it?
@JordanRhea6 жыл бұрын
Depends on the function you write. What kind of security do you envision needing?
@WasanKhunnadiloksawet5 жыл бұрын
Maybe only you can understand your clip.
@unstable05203 жыл бұрын
Thank you very very very muxh$!!!!
@elabinnovations5 жыл бұрын
Please give code
@iben1195 Жыл бұрын
e.postData.contents reveals the data sent, however this particular line of code doesn't execute in mine. If i comment this line out, the script works as expected. But again, without that line, i can't retrieve the data sent. I've never been this baffled in my life. I came here cuz i have no clue what's going on