Browsed by
Month: December 2017

My google searches- Bookmarks to be replaced with shared links

My google searches- Bookmarks to be replaced with shared links

How FTP and proxy server can communicate- fully technical discussion.   https://goo.gl/wi2ZyQ https://goo.gl/BGNMh https://goo.gl/o7zbQt Plugins collection to be extracted directly in cPanel for new wordpress My selected plugins for new wordpress   http://gk.sgmch.org/wp-content/newscut dms/ayurved_entrance_exam_sandesh_gujaratinews.pdf http://gk.sgmch.org/wp-content/newscut dms/whatsapp emoji removal notice.jpg whatsapp emoji removal notice

Loading

List of google drive folders/files- google script

List of google drive folders/files- google script

List of my successful experiments in digital world : Enlist names of google drive folder in spreadsheet Link code for google script : https://goo.gl/qjMtj2 Code is given below. (replace my drive with name of your folder)   // replace your-folder below with the folder for which you want a listing function listFolderContents() { var foldername = ‘my drive‘; var folderlisting = ‘listing of folder ‘ + foldername; var folders = DriveApp.getFoldersByName(foldername) var folder = folders.next(); var contents = folder.getFiles(); var ss…

Read More Read More

Loading