Is Onedrive.Appfolder the better option for programs to use? - onedrive

My application will be storing data on Onedrive. I will be recommending the user to unlinking sync of his onedrive from his machine. Is it possible for excluding Onedrive from syncing my application folder ? Will using onedrive.AppFolder help in any way ?

Related

Recommendations: Best Approach for simple file sharing app

Background:
UxD designer with no application development background, some experience with HTML/CSS creation, quick learner
Wants to build:
Simple file sharing application
User credentials required for access
Files will belong to one of a pre-determined category list
Files will be 2-5KB in size each (application should prevent uploading of larger files)
Users should be able to upload file and associate it with the appropriate category (overwriting existing files should not be supported)
Users should be able to browse all categories and download any file
Users will all be on Windows 10
Would like to leverage freely available file repositories (Google Drive, Dropbox, etc)
Application can be either desktop (Windows 10) or web-based (no hard-requirement .. just looking for the best/easiest option)
Future considerations: Community-based features. Ability to add file descriptions/comments/rankings to each uploaded file
Here are my questions:
What development platform(s) would be most suitable for the above objectives?
Is it possible to utilize Google Drive or Dropbox as a centralized file repository for this type of application?
What other considerations might I have overlooked?
What are the biggest limitations/show stoppers in creating the type of application I have described?

Is there a way to open a dropbox link locally (mac app)?

I use dropbox for businesses, all of us have the mac app installed. Is there a way for me to copy the path of a folder/file and share it with other people on the same account, in such way that the link would open locally, and not on the web app?
No, Dropbox doesn't offer a way to link to local files across users like this, but we'll consider it a feature request.

UWP OneDrive FilePicker synchronization issue

I have a problem with the native FilePicker in UWP.
I wish to download a file from OneDrive which contains data. After I´ve modified the data on my phone I wish to sync the extern file on OneDrive.
The concept is very easy. I have a SQLite database as local data storage. When I export data, the database will be serialized into a XML file which I want to store somewhere else.
The idea was to sync the file with OneDrive. I saw this concept in many Apps before.
So I´ve tried to download the file with the native FilePicker. I can get all data, no problem. But if I would modify data, the changes would not apply to OneDrive...
Some references:
C# UWP LiveSKD and OneDrive access using FileOpenPicker
https://dev.onedrive.com/sdks.htm
Add OneDrive to your app in minutes with a few lines of code. File picker SDKs allow you to quickly download or link to files already in OneDrive, or save files into OneDrive without writing much code. Quickly integrate your app with OneDrive today!
How can I solve this problem ?

Can I find any free solution for storing my files online?

I am developing an application which needs to fetch some data from an XML file for the automatic update process and for some other functions. This approach requires the files to be located in a direct link, so it can be hard-programmed to use that specific URL.
I heard that you can use a lot of free-to-use file-sharing services such as Google Drive, Box and Dropbox. Can you tell me if it's true or not? And are there any other services beside those I mentioned?
I don't need a web hosting that supports PHP and other frameworks, I just want to store files and make my application access it when required.
Yes, both Dropbox and Google Drive provide web hosting of your public folders, but there is a 10GB bandwidth limit with Dropbox.
You can use any free web hosting like 110mb or 5gbfree too.
You can try github, bitbucket or mega.co.nz

Syncing skydrive files

I am writing an ios application which needs to sync the user's skydrive files and folders. I can not find any REST API to get the changes of user's files and folders. Without this how can I do this sync? If I got user's drive snapshot at t1, then at another time t2, I want to know which files are added/modified/deleted. I am unable to find out how to do this. Please help.
Hopefully, this topic can help you. You can sync files by uploading files with the LiveUploadOverWriteOption as LiveUploadOverwrite. http://msdn.microsoft.com/en-us/library/dn659728.aspx#update_files