I am trying to take a file from Google Cloud Storage and load it in to SQL using SSIS. I have no clue how to do this and I have not been able to find anything on how this can be done? Can anyone point me in the right direction?
I know there are paid solutions for integrating with google,
https://www.cdata.com/drivers/google/ssis/
Not sure about the reverse way but during some of my search, I have found that:
Google Cloud Storage has an API:
https://developers.google.com/storage/docs/xml-api-overview
I imagine you would end up with a Script Task component calling API
Related
I am trying to accomplish the same as the GitHub link, anyone has experience and can suggest a successful best practice?
Google Apps Script to read JSON and write to sheet
Found it, for Python Python Bookshelf App from a previous stackoverflow article: Reading & Writing JSON file on Google Cloud Storage using Python, I believe there is the same for Java, have to review a bit more Java on Google Cloud Platform
Is it possible to host a deployment of google maps locally so that users, on a small local network, do not need an internet connection? This is for a tradeshow project that will not have internet connectivity.
I'm hoping to get an answer from Google on this, the Dev site suggests that this is the place to ask.
As far as I am aware it is not possible, the library functions often call external services for processing and the map tiles themselves cannot be downloaded. You could on the other hand use a local copy of OpenStreetMap as a base layer and then either use a local copy of the maps API over the top (being careful which methods to call to avoid errors) or even using OpenLayers for your mapping functionality.
Hope this helps.
I have been looking for quite some time and cannot seem to find the answer I need. I tried using the iframe tag method for Google Docs Viewer to view my files and noticed that pptx, xlsx, etc... PDF seems to be the only one that is visible. So I came to the conclusion I have to use Google Drive and it's API. If that is so, my question is... Can I keep these files hosted on my clients server and use the API to view the files or do they have to be hosted on Google Drive's cloud server? Thank you.
No, this is not possible, sorry. All files are stored on the Google Drive cloud servers.
What kind of database can be created to handle data in google drive ?
I want to create a google drive app where I have to save some data (text) for future manipulation.
I don't exactly understand your question. You can save any file to Google Drive. So, if you want to back up a file-based database like SQLite3, you can.
I want to build desktop application for Windows OS and use Google Drive to save some data in the cloud. After reading Google Drive SDK I found that only Web-applications, were installed from Chrome Web Store are allowed to use API and have access to data on Google Drive.
So my question: do I have any way to build native client (C++, Windows) for Google Drive? I know about hacks with using Google Docs API - but they can stop working any time, and I want something stable. Why Google team do not allow me create desktop application for their service? I have support of many other cloud storages and they do not have such restrictions.
Thanks.
For now you will have to use the (older) Google Document List API which provides full read-write and list access to Google Drive. (Google Drive and the former Google Docs use the same data)
So until we extend the capabilities of the current Drive API to cover the Google Document List use case you should use that instead.
EDIT: We just launched the v2 of the Google Drive SDK so you should now use that instead.
I have been working on a similar problem. I have realized that there is no straight forward way for doing this. Google Drive SDK is not easy to work with and how someone can simplify the process of connecting desktop application to Google drive shortly. I know this is not much help, but I am looking for a soltuion as well.
Here is some links that I have come across, haven't solved my problem either, but if you come to a solution please let us know PLEASE:
How to make GUI Client to upload file in java
Using Java APIs for downloading file from the Google Drive
http://www.coderanch.com/t/643120/Servlets/java/upload-file-drop-box-file