简体   繁体   English

我在哪里可以找到通过AWS Cognito在我的android应用中输入的数据

[英]Where can i find my data that i entered in my android app through AWS Cognito

i have developed a android application, in which i am using AWS Cognito for sync purpose.I have downloaded the sample code from the following official link . 我开发了一个android应用程序,其中使用AWS Cognito进行同步。我从以下官方链接下载了示例代码。 And in my app I can able to enter the data. 在我的应用程序中,我可以输入数据。 Now my question is, where these data are get stored, where can i access them? 现在我的问题是,这些数据存储在哪里,我在哪里可以访问它们?

使用开发人员凭据,您可以使用Cognito的低级SDK之一或命令行调用ListRecords api,以获取任何身份的数据访问权限,但是此功能目前不在控制台中。

Today Cognito launched a feature to browse and edit the data in sync store using console. 今天,Cognito启动了一项功能,可以使用控制台浏览和编辑同步存储中的数据。 You can refer to : Sync Store Access 您可以参考: 同步存储访问

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM