onedrive Questions
5
Is there any way to download a read-only recording from a Teams class (without recording the screen)?
I have a shared OneDrive of lecture recordings, some can be downloaded and some cannot.
Thanks ...
8
Solved
I have an error while trying to use Microsoft Graph to write a script to upload an Excel file to OneDrive then read the Excel file.
I followed Microsoft documentation to obtain the access token w...
Leid asked 18/10, 2017 at 2:49
4
Solved
I'm used VBA in excel to create some simple files, that should be saved in the same location as the excel file.
I get the location of the excel file with this:
ActiveWorkbook.Path
The problem is t...
2
I created a new project with Visual Studio 2019, in Form1 I placed a ImageList component with one image.
The project builds fine.
When I copied the project from the local folder to any OneDrive fol...
Radiobroadcast asked 20/11, 2020 at 12:3
15
Solved
5
I need to download an excel spreadsheet from Onedrive shared location to our unix server using WGET or CURL. I am able to download an un-protected link without issues:
wget "https://...&do...
4
Solved
I'm trying to use the Graph API to retrieve a hierarchy of files in a Sharepoint document library. Since document libraries are stored in "drives" (is it technically correct to call it OneDrive?), ...
Ancel asked 24/5, 2017 at 19:6
3
Solved
I want to get all the files and folders contained inside a office365 onedrive folder in one rest API call, is there any option to do it?
Meuse asked 9/6, 2016 at 11:7
3
Solved
My problem is: if I call https://graph.microsoft.com/v1.0/sites/{site-id}/drives/{drive-id}/root/children all I get are the top-level items of that drive.
How can I achieve to get all the subfolde...
Torto asked 2/2, 2019 at 19:14
3
Solved
My problem was that I couldn´t upload files bigger than 4MB so I used the createuploadsession according to createuploadsession
I successfully get the uploadUrl value from the createuploadsession r...
Polypeptide asked 14/8, 2017 at 22:42
3
We are trying to implement integration between a web application and SharePoint Online using Microsoft Graph rest API.
Specifically, we need to upload a file to a specific SharePoint site's docume...
Nichol asked 22/12, 2016 at 14:28
3
Solved
As it is documented, using the Microsoft Graph REST API you can (among other options) get an item by Id or Path. This works fine, as expected:
GET /me/drive/items/{item-id}/children
GET /me/drive/...
Maryannemarybella asked 10/10, 2016 at 19:24
2
Solved
I need to upload a file to OneDrive, via the command line. This will be done through a batch file which is distributed to end users.
From searching on Stack Overflow, I find questions like this one...
Angieangil asked 16/5, 2022 at 15:31
2
Solved
First off, this is not a duplicate of any of these questions, which discuss using a single Dropbox account as the backend of a multi-user app
I have built a handful of apps, mostly on Windows Phone...
Epidiascope asked 30/1, 2015 at 10:31
23
Solved
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, whic...
8
Solved
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 de...
2
Solved
I have a Python script that is running periodically on an AWS EC2 Ubuntu machine.
This script reads data from some files and sometimes changes data in them.
I want to download these files from On...
Niela asked 30/9, 2019 at 16:23
7
I have an excel workbook that is stored locally on my PC but inside my OneDrive sync-ed folder. Whenever I try (from the immediate window and programmatically as well):
? Excel.Application.ThisWor...
2
Solved
Trying to upload a file to onedrive that does not already exist. I have managed to get it to update an existing file. But can't seem to figure out how to create a brand new file. I have done this u...
Archiphoneme asked 13/4, 2018 at 18:1
3
Solved
Not really sure if I can ask this so I hope its ok. I have my site where I would like to embed and play video which is stored on OneDrive cloud service. So far it sounds easy, however here's the th...
5
I have some Excel files stored in SharePoint online. I want copy files stored in SharePoint folders to Azure Blob storage.
To achieve this, I am creating a new pipeline in Azure Data factory usin...
Unspent asked 25/2, 2019 at 15:0
3
Solved
I have been using OneDrive to store a large amount of images and now I need to process those, so I have sync'd my OneDrive folder to my computer, which takes relatively no space on disk. However, s...
3
We are trying to retrieve all files under a folder recursively, but I can't find an API for that.
I've tried using the search API without a query, but this doesn't return anything.
https://grap...
Shrinkage asked 25/2, 2019 at 10:33
2
I'm using angular and the project files are on a local-synced OneDrive directory
OneDrive throws an error, that a directory with name "~" can't be synced
Does anyone else have the same pr...
2
My Exel VBA saves a pdf file to OneDrive locally "C:\Users\Name\OneDrive\FileName.pdf".
I need to find some code that gives med the URL to this file, so that it can be typed into a cell. ...
Hanoverian asked 3/5, 2022 at 13:45
1 Next >
© 2022 - 2025 — McMap. All rights reserved.