You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to delete a file from a Titanium App to the deployd server with your dpd-fileupload module, but no success on it. Received this message: {"message":"Path must be a string. Received undefined","status":500}
Im sending:
ajax.open('DELETE', endpoint);
ajax.setRequestHeader('Content-Type', 'application/json');
var params = {id: IdOfTheFile};
ajax.send(JSON.stringify(params));
I will appreciate your help. Thanks.
The text was updated successfully, but these errors were encountered:
Im trying to delete a file from a Titanium App to the deployd server with your dpd-fileupload module, but no success on it. Received this message: {"message":"Path must be a string. Received undefined","status":500}
Im sending:
ajax.open('DELETE', endpoint);
ajax.setRequestHeader('Content-Type', 'application/json');
var params = {id: IdOfTheFile};
ajax.send(JSON.stringify(params));
I will appreciate your help. Thanks.
The text was updated successfully, but these errors were encountered: