Showing: 21 - 30 of 143 Articles

Send mail with attachment using Gmail API

To send an email from your app with an attachment like image, video, etc. We can do this by calling 2-3 functions. First, we need to add some required permission in AndroidManifest.xml as below. <uses-permission android:name=”android.permission.INTERNET” /> <uses-permission android:name=”android.permission.GET_ACCOUNTS” /> <uses-permission android:name=”android.permission.WRITE_EXTERNAL_STORAGE” /> Then add necessary …

Vanilla : Issue with signIn and register button popup not open

Problem :- – After vanilla upgrade signIn and Register,SignOut Link not work so solve for comment code into following file. Solution:- – Changes and Comment Into Following File File Name:- vanilla/applications/dashboad/controllers/class.enteycontroller.php signIn methode:- line:- 888-890 /*if (!$this->Request->isPostBack()) { $this->checkOverride(‘SignIn’, $this->target()); }*/ register methode:- line:- 1249-1251 …