[Node.js] quickstart local debug cannot find sqlite3
Hi, When I follow these steps I get "Cannot find module 'sqlite3'". I then 'npm install sqlite3' and still get trouble creating tables. Am I missing something?Here's cmd output:Microsoft Windows...
View Article[Node.js] table.insert callback not called
Hi all,for some reason i'm unable to have my callbacks called when I do an insert operation on a table created with easytables, I've tried different configurations of callbacks.this is my...
View ArticleStreamAnalytics - table script insert doesn't catch INSERT queries.
Hi all.I put data from IoT hub to SQL throw the stream analytics service. Here is my query:"SELECT EventProcessedUtcTime, PartitionId, deviceId, temp, hmdt, motion, audio, light, co2FROM input"I want...
View Article[Node.js] invalid column name 'id' - how to map PK column
If I'm using an existing MSSQL db and my PK column is not 'Id' I get invalid column name 'id' error.Is there a way to map PK column that to say 'CustomerID'? Must I use query.where =... 'middleware'...
View ArticleCode=-1302 "Error: The authentication token has an invalid signature. iOS...
I'm getting that error in this part of code: @IBActionfunc showSignIn(sender:AnyObject) { let lock =Lock.sharedInstance.lock let authController = lock.newLockViewController()...
View Article[Node.js] Sync app data and work offline - HTML5 / JS Client
Is there any documentation / example of how to Sync app data and work offline with HTML5 / JS Client (cordova) ?Thank youFrancis
View ArticleAuthenticating Users in App with Azure Mobile Services
From @NadimK9Kanaan via Twitter:The customer would like to do the following with Azure Mobile Services:"everyone can download the app that I am working on but I don't want everyone to be able to use...
View ArticleAzure Mobile Apps: using offline sync for Xamarin.Forms
If you're using Azure Mobile Apps, check out our new quickstart solution that has offline sync built-in!To get started, download the Xamarin.Forms client: from your Web App blade, in the "Mobile App"...
View Article[Node.js] invokeApi with method POST results in a GET instead
I'm porting my Cordova app from Azure Mobile Services to Azure Mobile App. I'm running into numerous problems and one of them is that the invokeApi method on the client seems to always try to issue a...
View Article[Node.js] how to handle multiple results in data.execute
I'm working on porting my Azure Mobile Services node.js backend to Azure Mobile App. I use custom APIs extensively and I use stored procedures that provide multiple results. I have code in my Azure...
View ArticleEasy Tables non mobile application access?
Hello all So I am working through an example I found on Xamarin's blog that uses Azure Easy Tables for back end storage. I am having a hard time finding documentation about Easy Tables outside of this...
View Article[Node.js] Easy Tables non mobile application access?
Hello all So I am working through an example I found on Xamarin's blog that uses Azure Easy Tables for back end storage. I am having a hard time finding documentation about Easy Tables outside of this...
View ArticleSafe way to access a private blob from Azure Storage
Hi, I'm developing an Azure Mobile Services application with NodeJS and I need to get a .pfx certificate stored as a blob in a private container in an Azure Storage.I can use Shared Access Signatures,...
View ArticleLogin failed: Error: Redirect from microsoftaccount does not contain the...
I'm trying to authenticate to mobile services via microsoft account. I'm using node.js backend.I've set the client id, secret and packagesid to azure management site.The authentication seems to work...
View ArticleCORS Issue Mobile App Easy Table
Hi, I have followed the step described here: https://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-how-touse-client-library/but I get an error when trying to query...
View Article[NodeJS] MobileServices EasyAPI. SQL Query with multiple result sets
Hi, I am writing an API that reads datavar query = "<a sql query that returns multiple result sets>" req.azureMobile.data.execute(query) .then(function (results) {...
View Article[Node.js] Safe way to access a private blob from Azure Storage
Hi, I'm developing an Azure Mobile Services application with NodeJS and I need to get a .pfx certificate stored as a blob in a private container in an Azure Storage.I can use Shared Access Signatures,...
View ArticleAzure mobiles services facebook/provider Oauth in NodeJs sever side
When I test OAuth login,I see the log from developer console side as belowPID[4196] Information Login completed for 'Username'. Provider: 'facebook'.PID[4196] Information Sending response: 200.77...
View ArticleImplementing table joins in the Mobile Apps Node.js backend using SQL
Since Azure Mobile Apps does not provide a way to create relationships between tables I decided to create a custom API in my Node.js backend to return data from related tables. The idea was to...
View Article[Node.js] Azure mobiles services facebook/provider Oauth in NodeJs sever side
When I test OAuth login,I see the log from developer console side as belowPID[4196] Information Login completed for 'Username'. Provider: 'facebook'.PID[4196] Information Sending response: 200.77...
View Article