problem about google-apps-Collection of common programming errors


  • Roger
    postfix php5 google-apps
    This is a very basic question but I got to get this solved in order to go further. I have configured my MX reccords with Google Apps dns, so all my domain’s incoming email go to Apps. I have also Postfix installed on my Linux server and I am able to send email from PHP pages using PHPMailler class. I don’t understand. Isn’t email beeing processed by Google as a email hosting? I haven’t made all configurations described in: mailserver for google apps emailThank you.

  • user1745915
    javascript google-apps-script google-apps
    When I develop a Google Apps script, there are some unexpected behavior, Please read below description and kindly advise. Thanks.Description: Developer shared a Google site to User A and User B, there is a Google script in Google Site, When user access this site, the coding will run and save current user name in Spreadsheet document “Test”.The Spreadsheet document “Test” can be only accessed by current developer. User A has Google Dirve/Doc service but not authorized to access Spreadsheet “Test

  • asolberg
    javascript google-apps-script google-apps
    I’m using Google Apps Script and I’m trying to re-use code that calls render so that I don’t have to re-type everything. I’m running into an issue that seems to relate to “this” getting transformed. Code:function render(displayMedium, template_name) {var js = HtmlService.createTemplateFromFile(‘javascript.html’);var css = HtmlService.createTemplateFromFile(‘stylesheet.html’);var t = HtmlService.createTemplateFromFile(template_name);js.config = config;css.config = config;t.config = config;t.appPr

  • David Underhill

  • Zistoloen
    html google-apps
    I’ve bought/registered/verified a domain with Google Apps, setup an email etc. so far so good. Everything works.How to now setup/host a small static page (plain HTML saying “Soon! :)” or something), on that domain using Google Apps?

  • IttayD
    google-apps wordpress
    I have a domain controlled with google-apps. Now I want blog.mydomain.com to be a wordpress blog. How do I do that?

  • Al E.
    google-apps backup download
    I used to browse Google Play apps through my laptop regularly. Is there any way that I can store the Android applications (.apk files) into my laptop? In other words, download the .apk file straight to my PC.I wish to backup my .apk files for my personal testing with my Android simulator.

  • Werner
    google-apps
    We are working simultaneously on some text document using google docs. After one week we need to check some changes so just tried “revision history” (which worked at the beginning) but now it does not work. We tried different browsers and operating systems but it crashes. I would be happy if at least I could get the last version and some other one, so using another “diff” tool I could check the changes. But right now I do not know how to access a previous version. Is it there any way to do this?

  • Gaia
    google google-apps google-apps-email
    I am signed in to multiple google apps accounts. When I go to gmail.com it starts out with the default acct, as expected. If I switch to acct B or C (via drop down menu on top right of the screen), the switch works as expected: I see email for acct B or C.But when I try to switch to acct D I get a sign in screen, with account D LISTED as one of the signed in accts in the blurred area.I can successfully use other google products, such as search, with acct D on the top right of the screen.I can al

  • r.tanner.f
    windows-server-2003 domain-controller password google-apps
    We’re moving to Google Apps and have just installed Google Apps Password Sync. We have yet to roll this out to users and are experiencing some problems.Occasionally after a user changes their password an error message pops up on a domain controller:Microsoft Visual C++ Debug LibraryDebug Error!Program: C:\WINDOWS\system32\lsass.exeHEAP CORRUPTION DETECTED: after Normal block(#1234) at 0x00000000A123456E.CRT detected that the application wrote to memory after end of heap buffer.Press Retry to deb

  • Izzy
    2.3-gingerbread contacts sync calendar google-apps
    I bought a Pandigital Supernova 8″ tablet with Gingerbread OS, for a really good price, and despite the fact it had a lot of oddball apps on it, I was able to root it, and get google play/gmail etc on it. I’m having a real problem though, getting Google calendar/contacts to sync. I installed the Gmail app, it prompted me to login to my gmail address and mail itself works fine. But.. The contacts applet and calendar do not sync with my gmail account. If I go into the contacts applet it says there

  • geffchang
    cyanogenmod factory-reset google-apps
    I did a revert from CM10.1 to CM10. Now, my keyboard is broken. It does not stop crashing. I tried everything: Clearing data and cache restart of the app factory reset clearing dalvik and normal cache re-installing it several times with different gapps, although I know the correct match. Now, I’m back to cm-10.0.0-maguro and gapps-jb-20121011-signed. Meanwhile, I’m thinking of a system wipe using CWM recovery. Is this safe, or will it brick my phone? Is there anything I need to know?

  • Niall C.
    cyanogenmod google-apps
    I have recently installed a new ROM on my Galaxy S3 and I did not flash gapps with the ROM itself. Can I go to reboot mode and flash gapps even after I installed the ROM?

  • Dan Hulme
    cyanogenmod rom-flashing samsung-galaxy-note-2 google-apps
    I wanted to move from the default 4.2.1 kernel on my Galaxy Note 2 to customized ROMs, primarily to fix some issues with Bluetooth.I first tried CyanogenMod 10.2 (Android 4.3) with gapps-jb-20120726-signed.zip. This worked for some time (and my BT issue was fixed) but since I have not done a full wipe prior to this first flash and recovered applications+data via Titanium Backup, the stability was not great. I decided to start from scratch.I reformatted the /sdcard in recovery mode (not only wipe

  • Levani
    4.2-jelly-bean custom-rom htc-desire-hd google-apps
    I’ve install custom rom called JELLYTIME on my HTC Desire HD phone. Recently I tried to update it to most recent version. After the update I installed google apps from this website: http://goo.im/gapps. I installed version 20130301. Since then the settings section works very badly. It crashes often and I can’t connect to any wifi network for example. I’m afraid that I installed the wrong version of gapps but according to the table I should have installed that version for android 4.2.2. Can anyon

  • Izzy
    crashes google-apps sony-xperia-mini-pro
    I uninstalled a few of google’s default apps such as talk, timescape, voice search, roadsync and now I keep on getting this error, does anyone know how to fix this? I’ve already tried to factory reset my phoneedit I tried reinstalling talk but that didn’t change anythinghere are the logsandroid.os.Looper.loop(Looper.java:123) 03-06 15:16:01.960 E/AndroidRuntime(3267): at android.app.ActivityThread.main(ActivityThread.java:4370) 03-06 15:16:01.960 E/AndroidRuntime(3267): at java.lang.reflect.Me

  • Bheem
    php codeigniter google-api google-plus google-apps
    I am using google plus api with codeigniter, everything works good except when I try to insert moment, it shows an authentication error while I am able to get G+ information through $this->plus->people->get(‘me’). I have this in CodeIgniter Library Construct:$CI =& get_instance();$CI->config->load(‘googleplus’);require APPPATH .’libraries/google-api-php-client/src/Google_Client.php’;require APPPATH .’libraries/google-api-php-client/src/contrib/Google_PlusService.php’;$cache_pa

  • Daniel X Moore
    google-drive google-apps google-spreadsheets javascript
    I want something essentially like this:function contains(arg1, arg2) {return NOT(ISERROR(search(arg1, arg2))); }But NOT and ISERROR are undefined even though using =ISERROR(…) works in the spreadsheet view.How do I build custom formulas that can reference and combine existing formulas?

  • Evan Caldwell
    google-apps-script google-apps
    I have a script that is published as a service for a web app and i’m trying to build search functionality in it. the scipt is intended to allow the user to enter a term in a text box called searchBox, click search and show the row(s) of a spreadsheet containing that term.function searchClickHandler(e) {var app = UiApp.getActiveApplication();var searchResultPanel = app.getElementById(‘searchResultPanel’);var searchResultPane = app.getElementById(‘searchResultPane’);var searchCloseButton = app.get

  • Feanaro
    google-apps-script google-apps
    I’m building an application in Google Apps Script. I’m authenticating the domain users by checking if their logonid is permitted to use the application. I developed it and when I entered the testing phase, I was the only user that could actually use the application. Although I had set the “Who has Access” combobox on the web-app publish wizard to “anyone”.When a user executes the application he will get an exception saying he has no access when executing the first function after doGet(). Did I o

  • JJones312
    javascript google-apps-script google-apps
    I’ve posted a couple questions over the last few days regarding a Google Apps Script Web App I’m working on. So far Serge on here has been super helpful. The post on that script is here.I’m looking to add a column in that script to generate a uniqueID counter, so that when a new form is submitted, the counter will see previous uniqueID and increment by 1. Idea would be blank spreadsheet with a header row. The script runs on form submit, see A2 is blank and inserts 1. Next submitted form wi

  • Remco
    google-apps-script google-apps
    The purpose of the script is to import data form the google spreadsheet into the google calender. function caltest1() {var sheet = SpreadsheetApp.getActiveSheet();var startRow = 11; // First row of data to processvar numRows = 4; // Number of rows to processvar dataRange = sheet.getRange(startRow, 1, numRows, 5);var data = dataRange.getValues();var cal = CalendarApp.getDefaultCalendar();for (i in data) {var row = data[i];var title = row[0]; // First columnvar desc = row[1]; // Second c

  • Malkav182
    google-apps-script google-spreadsheet google-apps
    I have a google apps script that has a form and this forms write data in a specific spreadsheet. However, when i run it, it works, but a message error is displayed. The data is written in the spreadsheet. Debuging the script in script editor, the message is “is not possible to read the property ‘parameter’ from undefined”. It seems intermtent, as it works ok in a time and another times i get the error message. May i log a issue tracker? The code is:function doPost(e) { var app=UiApp.createApplic

  • cpast
    microsoft-outlook google-apps pst google-sync
    There seems to be a lack of good information around this particular Google Apps error code. Has anyone found common environmental information that causes this error? Any kind of solution? Uninstalling/re-installing Google Sync doesn’t seem to do anything, I’ve run Outlook’s executable that scans/fixes the PST file etc.Task ‘Google Apps – ::user emailaddress:: – Sending’ reported error(0x8004010B) : ‘Unknown Error0x8004010B’I found a listing of error codes for the Gdata API but nothing for these

  • hems77
    google-apps email-bounces spoofing
    Desperately need some help here. I’ve been using Google Apps for my domain (2qubed.co.uk) for over 2 years now with no problems at all until recently.For the past few months I have been getting lots of bounced emails from my domain that i never even sent from non-existent email addresses I haven’t even created. I’m sure Google is suppose to pick this up as spam but for some reason it is not. I get at least over 50 of these emails every day. I don’t whether my account has been hacked in anyway??T

  • user40388
    postfix google-apps google
    I get the following error trying to send an email to my Google Apps Email at [email protected] from my Postfix server.to=, relay=local, delay=0.09, delays=0.07/0/0/0.02, dsn=5.1.1, status=bounced (unknown user: “admin”)Is there a way I can force it to not use the LOCAL relay and treat [email protected] as outside email and not look for a user in the current postfix configuration.I am trying to email the full email address “[email protected]” not only “admin”.I have the Google Apps MX record o

  • Gordon
    email smtp emailserver google-apps smtp-relay
    We currently use Google Apps for receiving emails on our domain. We would like to send all mail to unknown addresses to our Mailgun server for further processing. This seems like a typical “split delivery” case.I have attempted to create a custom destination (under “Email Routing” in the Google Apps settings) that sends to smtp.mailgun.com. This results in the following error:Delivered to an SMTP server with IP address: 198.61.253.48 (Not encrypted) Google tried to deliver your message, but it w

  • palswim
    email google-apps
    In Google Apps administration, under e-mail settings (Service Settings > Email), I have the option to specify a catch-all address or to discard the e-mail.But, I’m wondering how I would configure rejection of the e-mail (i.e. 550 error) instead of simply discarding it, because I want people who send to an incorrect address to know they have sent to a wrong address.What are methods for accomplishing this? Do I set a catch-all address and then monitor that mailbox with a Daemon that generates 550

  • Charles
    java oauth google-apps
    Hi i’m working in java and tried to retrieve all the user in the domain for that i used Provisionin api………… Its working good But my idea is to Use 2-legged OAuth to retrieve the users from the domain Is it Possible? I dont how to specify the URL please Help me And i triede the following the programfinal String CONSUMER_KEY = “xxxxxxxxxx.com”;final String CONSUMER_SECRET = “12345678122154154df9”;final String DOMAIN = “xxxxxxxxxx.com”;GoogleOAuthParameters oauthParameters = new GoogleOAut

  • moraes
    google-app-engine provisioning google-apps google-apps-marketplace
    I’m trying to check if a user is admin of their Google Apps domain, in an app installed from the Google Apps marketplace.I added this to manifest.xml:<Scope id=”Provisioning API”><Url>https://apps-apis.google.com/a/feeds/user/#readonly</Url><Reason>This application can list domain users to give them permissions.</Reason> </Scope>Then I set a test handler to get it working:from google.appengine.ext import webapp from google.appengine.ext.webapp import utilimpor

Web site is in building