Hello,
I saw that getResourcesFolderUrl endpoint will be deprecated on May 31, 2021 (https://docs.microsoft.com/en-us/graph/api/educationassignment-getresourcesfolderurl?view=graph-rest-beta&tabs=http)
at this moment is not working, giving me the error
"code": "invalidRequest",
"message": "The request is malformed or incorrect.",
I use this endpoint to create and get the URL of the Assigment resources folder so I can deploy the resources on my deployment process
On the documentation it says that I should used the resourcesFolderUrl but is null when I create a new assignment or when I get the assignment info.
At this moment I don't know how can I create this folder automatically. Someone have an idea how can use other endpoint to create and get the folder URL?