开发者

how to call a google app script from google app engine for java

开发者 https://www.devze.com 2023-04-11 05:05 出处:网络
I have a google app script which I want to invoke from the Google App Engine for Java.Can someone please guide on how to invoke such a script?

I have a google app script which I want to invoke from the Google App Engine for Java. Can someone please guide on how to invoke such a script?

I tried to Google this and found only lots of information on how to do开发者_运维技巧 the reverse.

Please advise.


I had the same question 6 months ago. I could solve my problem using script timers.

But maybe this will work. I did not test it yet. You can publish an apps script as a service. That's part of working with the GUI. See f.i. this totorial : http://code.google.com/googleapps/appsscript/articles/twitter_tutorial.html

My idea is that you make a request to this service from app engine with urlfetch. I did not test this, but I think it can work.

See als this post from Henrique : http://www.google.com/support/forum/p/apps-script/thread?tid=3c339ede3f4e4afb&hl=en Let me know if you solved your problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号