Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Support upload using background upload APIs on UWP #56

Closed
ginach opened this issue Jan 15, 2016 · 5 comments
Closed

Support upload using background upload APIs on UWP #56

ginach opened this issue Jan 15, 2016 · 5 comments
Assignees

Comments

@ginach
Copy link
Contributor

ginach commented Jan 15, 2016

No description provided.

@ginach ginach self-assigned this Jan 15, 2016
@ericleigh007
Copy link

Hello all,
As I mentioned in another thread, I have the UWP background uploads working in a way that didn't require any OneDrive SDK changes.
If it will be of any help, you're welcome to that.
As for the large file (chunked) upload, I would wonder if you guys are going to do it soon. If not, I won't bother with it.
I already have the backgroundTask that I needed to auto-upload pictures from the camera roll. From there, I queue my single-part, up to 100MB uploads. To get the chunked uploads working that we'll need for massive videos, I was going to keep the BackgroundTransfer logic I have, but assign a completiongroup to the transfer so my background task gets called again when that completes. Basically, each time I get the completion group invocation, I was going to do a background upload of the next hunk of data, and repeat that until the entire file is uploaded.

If you can, let me know rough timing of what you guys plan to do?

-thanks
-e

@nitinphansalkar
Copy link

Hi,

I would like to provide a facility for the users of my UWP app to upload videos (> 100 MB) to OneDrive and I was looking for a sample code to accomplish large file uploads using OneDrive SDK (C#). I could not locate any sample but for a method to create an UploadSession. I would highly appreciate if a sample is provided. This will help me to publish my App at the earliest. Thanks!
P.S. I have posted a question on StackOverflow as well: http://stackoverflow.com/questions/36551048/uwp-upload-large-files-to-onedrive-using-onedrive-sdk

@ginach
Copy link
Contributor Author

ginach commented Apr 12, 2016

Hi @nitinphansalkar,

You might want to take a look at this issue for an example of using the BackgroundUploader for uploading a file and this StackOverflow answer for an example of creating an upload session for chunked upload.

@cdmayer
Copy link
Contributor

cdmayer commented Oct 4, 2016

#176 added large file uploads.

@cdmayer cdmayer changed the title Support large file upload, upload using background upload APIs on UWP, chunked upload Support upload using background upload APIs on UWP Oct 4, 2016
@baywet
Copy link
Member

baywet commented Oct 2, 2024

Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #259 for more information

@baywet baywet closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants