Android SDK 中缺少 Azure 移动应用程序文件同步支持
Azure Mobile Apps FileSync support missing in Android SDK
这个linkhttps://azure.microsoft.com/en-us/blog/azure-app-service-updates-november-2015/ explains Azure mobile app support for Synching Files to the app services. The examples are in .NET SDK. I am looking for the same in Android SDK and these classes seem to be missing in the Android SDK documentation available here
想知道如何使用 Azure 移动应用服务将文件上传到 Azure blob 存储。我已经创建了一个指向我的博客存储的数据连接,但是,除了使用自定义 API.[=12 之外,我找不到公开 API 来在博客存储中创建文件的方法=]
提前致谢
正如 Adrian Hall 关于 30 DAYS OF ZUMO.V2 (AZURE MOBILE APPS): DAY 28 FILE HANDLING (V2) 的博客提到的那样:
Azure Mobile Apps has a File Management SDK that is in preview. It requires the ASP.NET Server SDK (so no Node support) and a .NET client (Xamarin or UWP, for example), so no iOS native, Android native or Cordova support.
可用的代码示例是关于 .NET 客户端的。例如,App Service Mobile sample todo list client app with images.
根据您的要求,您只能构建用于上传文件的自定义 API。您可以关注的详细信息 30 DAYS OF ZUMO.V2 (AZURE MOBILE APPS): DAY 27: FILE HANDLING (V1). Moreover, you could add your feedback here or add a issue under Microsoft Azure Mobile Apps: Android Client SDK.
这个linkhttps://azure.microsoft.com/en-us/blog/azure-app-service-updates-november-2015/ explains Azure mobile app support for Synching Files to the app services. The examples are in .NET SDK. I am looking for the same in Android SDK and these classes seem to be missing in the Android SDK documentation available here
想知道如何使用 Azure 移动应用服务将文件上传到 Azure blob 存储。我已经创建了一个指向我的博客存储的数据连接,但是,除了使用自定义 API.[=12 之外,我找不到公开 API 来在博客存储中创建文件的方法=]
提前致谢
正如 Adrian Hall 关于 30 DAYS OF ZUMO.V2 (AZURE MOBILE APPS): DAY 28 FILE HANDLING (V2) 的博客提到的那样:
Azure Mobile Apps has a File Management SDK that is in preview. It requires the ASP.NET Server SDK (so no Node support) and a .NET client (Xamarin or UWP, for example), so no iOS native, Android native or Cordova support.
可用的代码示例是关于 .NET 客户端的。例如,App Service Mobile sample todo list client app with images.
根据您的要求,您只能构建用于上传文件的自定义 API。您可以关注的详细信息 30 DAYS OF ZUMO.V2 (AZURE MOBILE APPS): DAY 27: FILE HANDLING (V1). Moreover, you could add your feedback here or add a issue under Microsoft Azure Mobile Apps: Android Client SDK.