Skip to main content
The 2024 Developer Survey results are live! See the results

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
0 votes
0 answers
23 views

Schedule jupyter notebooks without relying on local system

Is it possible to schedule jupyter notebook that uses one drive files without relying on local system. I have created a shortcut to one drive in my company’s sharepoint and read those files in my ...
Sai Sri's user avatar
-1 votes
0 answers
17 views

Automatically upload OneDrive files on log off/reboot

I am trying to set up automatic uploading of downloaded files to a user's OneDrive directory, at logout. When running my script at logout the OneDrive processes are already completed, I edit the ...
Stanislav Ilin's user avatar
-3 votes
0 answers
18 views

MySQL data to OneDrive [closed]

We are using windows server and scheduled phpscript to extract MYSQL data and load into csv file, then upload it to Onedrive. However this process in the recent days seems to be troublesome. We are ...
Jenifer's user avatar
-3 votes
0 answers
17 views

Power Auotmate Flow [closed]

I´am creating my flow using Power Automate, this is based in form of Microsoft, what I want create is not allow the duplicate data in excel, so form of Microsoft generates excel, ¿how can I reach this ...
Rebe Long's user avatar
0 votes
0 answers
42 views

"503 Server Error" when uploading a large zip file to OneDrive via Microsoft Graph API in Python

I am using the Microsoft Graph API in Python to upload a large .zip file (approximately 90 GB) to OneDrive. However, when uploading the file in chunks, the process stops with a 503 Server Error after ...
tealy's user avatar
  • 184
0 votes
1 answer
83 views

How to upload large files to Onedrive using python

import requests from msal import PublicClientApplication from dotenv import load_dotenv import os # Load environment variables load_dotenv() # Configuration from environment variables CLIENT_ID = os....
tealy's user avatar
  • 184
0 votes
0 answers
18 views

Set Onedrive "Email notification when others comment on my documents" with Graph

Users can opt out of "Email notification when others comment on my documents" by going to https://{Tenant}-My.sharepoint.com/personal/{User}/_layouts/15/onedrive.aspx?p=22 And setting "...
Ofer Gal's user avatar
  • 799
0 votes
0 answers
21 views

FileHandler is not registering

I am currently working on FileHandlers and I followed official document https://learn.microsoft.com/en-us/onedrive/developer/file-handlers/?view=odsp-graph-online .But the custom button does not ...
Cemre Bitgen's user avatar
1 vote
1 answer
46 views

Microsoft Graph API Fetching Large Quantity of Small Documents From OneDrive Returns Duplicates

I'm working on an app that uses the Microsoft Graph API to fetch the contents of OneDrive based on a supported search criteria, (Modified Date Range, Keyword, Author...etc). When we started testing we ...
LuisPM's user avatar
  • 25
0 votes
1 answer
33 views

How do I replace an existing item(File content) using Graph sdk (.NET C#)?

I'm using MS Graph SDK to replace the existing file. I find a way to upload new file to onedrive, but I'm still having problem with finding a way to replace the existing file. (assume that I already ...
John Park's user avatar
  • 168
1 vote
1 answer
33 views

Graph SDK: using select options on delat (Onedrive)

I am trying to get delta changes in specific One Drive Root using the following MS Graph sdk (v5.56) code. string url = $"https://graph.microsoft.com/v1.0{resourcePath}/delta?token={...
John Park's user avatar
  • 168
0 votes
0 answers
34 views

How to get a direct download link to an Excel Online file with Authentication?

I have some Excel 365 files online. Some are shared with EVERYONE, and some are shared directly with me. I want to have a local copy to them to apply some macros over them. The share link is for VIEW ...
Mohammad ElNesr's user avatar
0 votes
0 answers
12 views

Is there an accepted way to use System.IO classes on a OneDrive file?

This is a question I've been curious about for years. It's not blocking me at all; I'd just like to know the answer. I have some .NET Framework apps for personal use that want to read and write text ...
David Brooks's user avatar
0 votes
0 answers
16 views

How to save files onto another user's OneDrive Using Microsoft Graph

I have a web app where I would like the administrator to specify a Office 365 account (by storing the name and password) whose OneDrive would be used to store common files. I've gone back and forth ...
Ron's user avatar
  • 1
0 votes
0 answers
15 views

microsoft.identitymode.tokens.audienceurivalidationfailedexception was thrown while trying to open One Drive document in WKWebView in iOS app

I am working in iOS app needs to be opened One Drive attachments in WKWebView. Sample One Drive document is https://\*\*\*.sharepoint.com/personal/\*\*\*\*\*\_onmicrosoft_com/\_layouts/15/Doc.aspx?...
Sanjay Borkakoty's user avatar

15 30 50 per page
1
2 3 4 5
198