I have an issue while creating / renaming files in OneDrive for Business(Admin) through rest client(PostMan).
Can you guys point me where i can find the tutorial or any documentation that states any specific requirements / restrictions for creating / renaming a file.
Please find the below details of the request.
URL : https://graph.microsoft.com/v1.0/cloudfuze.co/users/{user_id}/drive/items/{parent_id}/children/{file_name}/content
Ex File Name : (test).jpg
Headers :
{
Authorization:Bearer XXXXXXXXXXXXXXXX,
Accept:application/json,
Content-Type:application/json
}