@Sukanta Bhattacharyya - Personal Thanks for reaching out. Unfortunately, When a file is created action will be skipped file greater than 50 MB as documented here.
Further, I don't see azure data factory having any one drive connector that can help you with your use case.
This operation triggers a flow when a new file is created in a folder. Files larger than 50 MB will be skipped and not returned by this trigger. Files moved within OneDrive are not considered new files.
I can see that Graph API does have the API to communicate with one drive and I don't see any limitation that is documented. You can explore the graph API if this can be used with your scenario to get the file greater than 50 MB. Looking into the One drive REST API document I can see this may help to retire the file where you need to write your own custom logic to get the data from one drive and uploaded it to the Azure storage account.
Alternatively, you can leverage the HTTP Native connector in logic app workflow to create any HTTP request and you can follow the One drive REST API document on building the request as per their documentation.