ارجو المساعدة في هذه المشكلة التي لم تحل، اقوم بارسال request من app script sheet file الى السيرفر الخاص بين لكن المشكلة انني لا اتلقى اي طلب
App script:
function onEdit(event){// Get the URL of the localhost server.var url ='http://localhost:3000/user';// Get the data that will be sent to the server.var data ={
sheetId: event.range.sheet.id,
cell: event.range.address,
value: event.value
};// Make the request to the server.var response =UrlFetchApp.fetch(url,{
method:'POST',
body: JSON.stringify(data)});// Check the response from the server.if(response.status ===200){// The request was successful.}else{// The request failed.}}
السؤال
Samer Alashqar
السلام عليكم..
ارجو المساعدة في هذه المشكلة التي لم تحل، اقوم بارسال request من app script sheet file الى السيرفر الخاص بين لكن المشكلة انني لا اتلقى اي طلب
App script:
server side;
ارجو المساعدة في هذه المشكلة لم اعد اعرف الحل.
0 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.