question

Voytec avatar image
0 Votes"
Voytec asked Voytec commented

UWP Cloud Storage.

Greetings M Community,

I need someone to explain me how this thing works:
1. What are the steps?
2. What do I have to know?
3. What should I look for?

... to use my app in UWP to save files in the internet

Or maybe give me a sample?

I would be greatful to receive any help.

windows-uwp
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Could you please tell me what kind of files you want to save on the Internet? What's the size of the files? Why do you need to save these files on the cloud?

0 Votes 0 ·

Thanks @RoyLi-MSFT !

  1. .txt files or .dat files with variables or short informations.

  2. VERY small, just for basic informations.

  3. I want my App to be available for all devices with saved infromations.

0 Votes 0 ·

1 Answer

RoyLi-MSFT avatar image
1 Vote"
RoyLi-MSFT answered Voytec commented

Hello,

Welcome to Microsoft Q&A!

If you want to save files in the cloud, you have different ways to implement it.

First, you could try Microsoft Graph. This is free. With the Microsoft Graph, you could store data on the user's OneDrive. The Microsoft Graph Github sample is a good place where you could start. If you have questions about Microsoft Graph, you could ask another question with microsoft-graph Tag. Or ask with microsoft-graph-api Tag on StackOverflow.

Second, you could try the Azure SQL Database. With Azure SQL Database, you build apps that scale with the pace of your business with managed and intelligent SQL in the cloud. If you have questions about Azure SQL Database, you could ask another question with azure-sql-database Tag.

Also, there are other third party cloud servers and you need to check them by yourself.

Thank you.


If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks @RoyLi-MSFT
That's more I was expecting to get.
That was an elaboration!
Let's get back to work then...

0 Votes 0 ·