Questions tagged [onedrive]

For PROGRAMMING questions about Microsoft OneDrive. Stack Overflow is NOT FOR GENERAL COMPUTING or CUSTOMER SUPPORT questions about OneDrive. OneDrive, formerly known as SkyDrive, is a cloud-based file hosting service, supported with SDKs and a REST API. (FOR NON-PROGRAMMING QUESTIONS, contact Microsoft customer support.)

OneDrive (formerly known as SkyDrive, Windows Live SkyDrive, and Windows Live Folders) is a file hosting service that allows users to upload and sync files to a cloud storage and then access them from a web browser or their local device.

You can use this tag on questions that are about programming with the OneDrive API's. If you're about to ask your first question here please visit How to Ask because that gives you a better chance of getting your question answered.
Also note that you can browse the current questions for . Use the search capabilites to search for questions with an accepted answer for example about REST.


General support Do note that for general support issues, like questions about your account, contracts, billing, the OneDrive website, use of any of the OneDrive apps among other non-programming related things, you still need to contact Microsoft either directly or via your local representative.


Under this tag questions can be asked about:

OneDrive is part of the Windows Live range of online services and allows users to keep the files private, share them with contacts, or make the files public. Publicly shared files do not require a Microsoft account to access.

In addition to personal cloud storage, Microsoft offers managed business storage as OneDrive for Business.

External links:

These SE communities might be of help if you have user related questions:

2575 questions
35
votes
1 answer

Does Microsoft SkyDrive have an API?

So with the recent news that Microsoft Skydrive is going to get bumped to 25GB of storage per account, does anyone know if SkyDrive has an API? (And if so, where are the docs?)
Dan Esparza
  • 26,944
  • 28
  • 97
  • 124
26
votes
5 answers

Gradle Error: Path is not a readable directory for an Android Project saved in OneDrive

I tried to use a OneDrive folder to store my Flutter project [Windows 10, Android Studio]. I then made edits to it on another machine [same configurations]. The project compiled fine on the first machine initially and on the second one after the…
Pjotr Gainullin
  • 480
  • 5
  • 12
26
votes
7 answers

Git repository in OneDrive synced folder

I am trying to create a git repository located within a OneDrive synced folder, but I am running into an issue. I use OneDrive to sync folders between my multiple devices via "the cloud". On my development machine (Win 7 64) the OneDrive folder is…
Ryan
  • 617
  • 1
  • 6
  • 14
18
votes
15 answers

Excel's fullname property with OneDrive

If I want to use the open Workbook object to get the fullname of an Excel file after saving it, but that file has been synchronized to OneDrive, I get a "https" address instead of a local one, which other programs cannot interpret. How do I get the…
Virtuoso
  • 492
  • 1
  • 4
  • 14
18
votes
2 answers

OneDrive Multiple Folders/HardDrives Sync

I have 3 hard drives. I would like to sync specific folders from each drive with MS OneDrive. One hard-drive cannot hold all the files from all hard drives. How can I do this with OneDrive?
Simcha Khabinsky
  • 1,820
  • 1
  • 17
  • 33
18
votes
2 answers

Pass Tuples as AnyObject in swift

Is it possible to pass Tuples as parameters to functions that take AnyObject as the parameter? I'm using the OneDrive SDK that allows you to pass a userState Parameter which is declared as AnyObject. The function is declared as follows: func…
Salman Hasrat Khan
  • 1,859
  • 1
  • 18
  • 25
18
votes
4 answers

C# login and upload to OneDrive without user interaction

I'm currently working on a Windows service that will check and update Excel files and upload them to selected cloud storage - SharePoint or OneDrive. The whole process should be fully automatic and without any user interaction - all required…
TheUlderico
  • 181
  • 1
  • 1
  • 4
16
votes
1 answer

Onedrive API vs LiveSDK

I am developing for WP8.1 and probably will port on other platforms. I want to integrate a OneDrive functionality, however, I can't understand what is the difference between LiveSDK (from NuGet packages) and OneDrive API. It seems that Microsoft…
Jean
  • 3,928
  • 2
  • 23
  • 44
15
votes
2 answers

Microsoft OAuth2 Authentication Not Returning Refresh Token

I am adding Microsoft OneDrive support to a product that my employer sells to other companies. When I went through my designing and prototyping stage, I was using an application ID that waw obtained through an application registration that I did…
ke4ktz
  • 773
  • 4
  • 17
13
votes
1 answer

Why does the OneDrive js Picker in Edge go back to the redirect URI instead of showing the files?

I have copied the sample code from the OneDrive Picker JS example to my playground site, replaced the clientId with mine, and then when trying it in MS Edge, the new window will open. After signing in, it displays the original page instead of the…
Sᴀᴍ Onᴇᴌᴀ
  • 7,491
  • 8
  • 27
  • 56
13
votes
1 answer

OneDrive for Business API issues on Discovery and Authorization

I've been trying to implement OneDrive Business API according to this OneDrive Release Notes. We've already implemented OneDrive end users API without any issue. First obvious thing to do is to handle OAuth2 authentication to get right tokens, first…
Juan
  • 131
  • 3
12
votes
7 answers

Programmatic access of SkyDrive

Does anyone know how to access SkyDrive programmatically from Windows Phone 7? What API do I use? I need to upload files from the Phone to SkyDrive and vice versa. Some code samples would be great. :-)
jpaustin
  • 145
  • 2
  • 6
12
votes
2 answers

Direct download link to OneDrive file?

A OneDrive sharable link looks like this: https://1drv.ms/w/s!AqmFiI7maXrRgT7PGcK_7JyZlBco. How do I get the direct download link version of this? I know with a onedrive.live/redir?<...> link I can just replace the 'redir' with 'download', but how…
ThePumpkinMaster
  • 1,561
  • 5
  • 16
  • 25
12
votes
1 answer

How to get admin access to files for all user's OneDrive

I am tenant admin for our Office 365 deployment. we have our internal system which need to access all OneDrive sites. We are using my tenant admin credential to get the OAuth token and trying to get files from all OneDrive sites using…
user2768967
  • 357
  • 1
  • 3
  • 16
12
votes
3 answers

How to get client secret from azure active directory for native app for using one drive business API?

I am developing an outlook plugin.I want use one drive API's in it.I easily got the client Id and client secret for using API's for one drive personal accounts.But, when I registered my application for one drive business API's in azure active…
V K
  • 1,495
  • 3
  • 16
  • 40
1
2 3
99 100