Data offline persistence with Contentful in Android - contentful

Have anyone recently done offline data persistence with Contentful in Android app developed using Kotlin ? The Contentful official documentation and the linked sample projects seems no update for the past few years. Facing issues in integration.
Contentful Vault
Contentful Vault Documentation
Sample app using Vault

Related

deployment for forge viewer web application

i'm trying to deploy forge app ( from "view hub models" tutorials - viewer and dashboards that shows data from the model - takes models from bim360 hub)
what is the the most simple and cost worthy way of deployment? ( changing the URL from localhost3000 to actual server, and being able to share the web site )
in the old forge tutorials, they used microsoft azure, but the tutorial is no longer available..)
what are the steps requiered to deploy after creating an app in azure?
where can i find documentations or tutorials that well explains the proccess?
my project in github:
https://github.com/levir10/Forge-BI
thank you!

VSS Client SDK doc link is unavailable - https://www.visualstudio.com/docs/integrate/extensions/reference/client/core-sdk

VSS Client SDK doc link is unavailable - https://www.visualstudio.com/docs/integrate/extensions/reference/client/core-sdk
Anyone knows where the new one is?
Thanks,
I found the answer from here.
majority of the Azure DevOps web UI has been converted to new React-based components.
The new Azure DevOps extension sample uses a new Azure DevOps
SDK along with the React-based components in the Azure DevOps UI
library. A full API reference of can be found here
.

Was BlobEncryptionPolicy removed for azure storage?

I'm trying to use client side encryption for azure to securely upload files to blob storage in .NET,
However it seems that BlobEncryptionPolicy is not available and I have not seen any documentation specifying alternative solutions from microsoft.
Even their documentation still uses BlobEncryptionPolicy:
Client-Side Encryption and Azure Key Vault for Microsoft Azure Storage
Specifically i'm inside of a xamarin project using the latest .net version.
If i create a sample console app, I can reference BlobEncryptionPolicy without any issues. However the same nuget package inside a xamarin shared project can not resolve the reference to BlobEncryptionPolicy under the Microsoft.WindowsAzure.Storage.Blob namespace.
Does anyone know what is going on here?
There are some differences between Microsoft.WindowsAzure.Storage package depending on .net core and the one depending on .net framework.
You may have developed your Xamarin project based on .net core, where BlobEncryptionPolicy is not supported(this method doesn't exist in the dll).
As when you create a console app(.net framework), you can use the encryption. If you build a console app(.net core), you will find no such method as well.
An open issue on github about this, saying the encryption for .net core is coming soon.
You can change your targetframework to use it if .net core is not necessary for your development.

Published custom .NET Backend broke Azure Easy Tables

I was following the Microsoft Azure documentation to integrate my Xamarin Forms app with azure mobile services. I defined a data connection, used easy tables to define some custom tables and everything was working as expected with the mobile client.
Today I wanted to extend my backend functionality and also enable file storage. I followed the instructions found here and as soon as I created a new .NET server backend project with a StorageController and published it to azure, the entire easy table api stopped working. All calls from the mobile client fail with the following error:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
This happens for all mobileClient.GetTable<SomeEntity>().SomeOperationAsync() calls.
My guess is that publishing the custom backend overwrote the online generated easy tables api... unfortunately I don't have enough experience with the azure cloud to figure out where I made a mistake. Is there any way of getting the auto generated easy tables api to also work with file storage?
As Mimi noted in the comments, Easy Tables is only available for the supplied Node backend, deployed from the portal. If you are using your own code and publishing that, Easy Tables and Easy API will be disabled.

Eclipse : how to use azure storage in android NDK ?

Actually, I work with azure storage and mobiles services. In my work, I had to do two tests :
Test azure mobile service using android java
Test azure mobile service using android ndk
Firtly test i done, work fine. I passed to second test but i don't have great idea of how to do it.
azure storage for c++ github repo
Using azure storage with c++ example
I checked these docs, for look how to do it.
Need help to done this test. Thanks
Not sure what your question really is, whether you are having challenges with Storage or Mobile services.
If you are looking to try out the android client library for Storage, please check this out: https://github.com/Azure/azure-storage-android

Resources