I need to send reports(that would be scheduled to be sent every day for example) from SugarCRM to Google Drive. I checked code that is used to schedule sending reports to users email address, but I noticed that too many things are hard coded, and it would be very hard to extend everything without modify core files.
So I just wonder what would be best solution to this problem. We are using SugarCRM 7.7
I'd recommend not trying to do this in Sugar and just getting it scheduled emailed to your gmail account and getting a non-Sugar script to get it into drive. E.g.:
Send to Google Drive with Google Apps Script
How to Save Gmail Emails and Attachments to Google Drive