Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
What is the workaround to save a Workbook or a DataFlow to directly save to Google Drive?

The OAS Google Drive connection allows only reading from a Google Sheet. What are the available workarounds to extend this functionality to also be able to write to a Google Drive?
Answers
-
@User_G0M4L - You can save output data from data flows to these database types:
- Oracle Autonomous Data Warehouse
- Oracle Autonomous Transaction Processing
- Oracle Database
- Apache Hive
- Hortonworks Hive
- MapR Hive
- Spark
Reference :
Kindly log an Idea in the Ideas Lab for your requirement with business justification, so that our Product Mangement team can review and consider it in future releases. Thanks!
3 -
Write-access to Google Drive from a Data-Flow or WorkBook will be an invaluable feature for those user communities that use Google for official communication. I only wish the Google-Drive connection could be extended with read/write feature. Can there be an alternate solution leveraging the extensions and Python code to achieve this functionality?
0 -
For a new idea, search here to see if it is already been submitted. If it has, please vote for it and add a comment if you have other input.
If not, please create a new one:
https://community.oracle.com/products/oracleanalytics/categories/idealab-oracle-analytics-cloud-server1 -
Can there be an alternate solution leveraging the extensions and Python code to achieve this functionality?
Well, one of the steps of a data flow in OAS is "Apply Custom Script", therefore you can do whatever you want inside a custom script.
It isn't designed for that I would say, but it will be able to do the job as it has access to all the data at that step of the data flow. The thing is that you have to write everything yourself: there isn't any piece of code or helper provided for the task you ask. (The custom scripts are mostly there for ML and similar tasks, but it doesn't prevent you from doing other things.)
1