c# - MobileServiceTable.InsertAsync ZUMO-API-VERSION Error -


i'm trying migration azure mobile service azure app services. in c# i'm using mobileserviceclient.gettable mobileservicetable object. try insert object using mobileservicetable.insertasync.

after upgrading getting error-

an invalid api version specified in request, request needs specify zumo-api-version of 2.0.0

i understand error, don't know how update request headers add this. possible?

you need update sdk. remove windowsazure.mobileservices sdk , add microsoft.azure.mobile.client sdk. if use offline-sync, replace equivalent sqlitestore packages well.

for more information, see https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-net-upgrading-from-mobile-services


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -