-
[Test] How did you set up the OneDrive LTI?
Hi community We at Michener are exploring the OneDrive LTI as a way of reducing/eliminating the need for students to request permission to view videos in SharePoint where the link is in our BrightSpace instance. Our IT team is confused by Microsoft's documentation: We can't identify the correct level/kind of permissions to…
-
Disable WebCam option in Kaltura DMS 3.0/My Media/Insert Stuff
We use Kaltura/DMS 3.0 integration and have had some confusion recently where faculty try to launch the webcam recorder instead of CaptureSpace Lite. There don't appear to be any settings to disable the option. If you try to launch Webcam Recording from within the My Media interface, you get an error message saying that…
-
Access Google Apps reports that it isn't verified
We've had complaints from users who have to re-authorize the Access Google Apps widget to access email, etc. However, now when they try to authorize, Google reports that the App isn't verified by Google. All our service account info is unchanged and the APIs all report good health. Our G Suite admin, our TAM and I have…
-
What is the proper format for making an AJAX PUT request?
I am trying to make an API call to set a specific Grade Value for a Learner. Here is the ajax call I am making to try and accomplish this. $.ajax({ url: '/d2l/api/le/1.26/6711/grades/319/values/184', type: 'PUT', data: { "Comments": { "Content": "", "Type": "Text" }, "PrivateComments": { "Content": "", "Type": "Text" },…
-
Is there a way for a media owner in Kaltura/DMS 3.0 to share their own videos with other users?
We've explored Publishing (which doesn't work since we don't use course galleries) and have focused on co-editor/co-publishers, which seems like the ideal method for sharing a video with specific users. We can easily set up a co-editor/co-publisher in My Media, but the intended user does not see it in their own…
-
How to make D2L LTI Advantage iframe automatically vertically scale to available size
When registering an LTI Advantage tool, you can specify a fixed width/height for the iframe to open the link in. A tool can also use postMessage to let D2L know its desired size. However, for a tool with a responsive layout and dynamic content (e.g. a list), there is no fixed size to set. This means that in practice, the…
-
Keyset URL cannot be reached
I'm trying to setup an LTI advantage link with Mahara on our test environment but after completing all the details as instructed on the Mahara help pages here:https://manual.mahara.org/en/21.10/external/lti_brightspace.html#ltiadvantage-brightspace Brightspace returns a Keyset URL cannot be reached error. Any ideas what I…
-
How do I delete an LTI Advantage tool?
I can see a list of LTI Advantage tools on the page at d2l/le/ltiadvantage/registrations/home but I cannot see an option to delete an item from the list, merely to enable/disable it. Is there a special role/permission needed for deletion? I have tried ones like "Delete External Learning Tool Links" but none seems to have…
-
Working on developing 1.3 LTI Deep Linking. Keep getting errors.
------------------------------------ UPDATE I found out what was originally going wrong, I wasn't sending the KID header along with the token. However I'm still having a problem... Now I get "The external learning tool responded with no content. Close this dialog and try again or contact the external learning tool for…
-
405: Method Not Allowed error when attempting to delete Discussion Posts
I'm am trying to add support for Discussions to my web application and have run into an issue with deleting discussion posts in particular (endpoint reference link). I've tested my GET, POST, and DELETE endpoint calls for Forums and Topics, and all work without issue. I am also able to GET discussion posts without a…
-
Suggestion for GitHub repository code update(Fusion 2020) ---for Paul's question
--Add bulk org unit upload capability-- Get users data includes deleted ones--Add announcements--Add Grades--Add LTI Data
-
How to obtain an access token for accessing LTI Advantage Services?
I am receiving the following error:{"error":"invalid_client","error_description":"Missing client"} My curl headers are set:--request POST --header "Authorization: Basic B64 Encoded clientID:client secret (this is missing!)"--header "Content-Type: application/x-www-form-urlencoded" My URL is…