Click here to Skip to main content
15,914,447 members
Everything / GoogleApp

GoogleApp

google-app

Great Reads

by Sergey Kizyan
In this article I'm sharing personal and common experience that were received during last years working with application stores from Google, Apple and Microsoft

Latest Articles

by Sergey Kizyan
In this article I'm sharing personal and common experience that were received during last years working with application stores from Google, Apple and Microsoft

All Articles

Sort by Score

GoogleApp 

3 Dec 2017 by Sergey Kizyan
In this article I'm sharing personal and common experience that were received during last years working with application stores from Google, Apple and Microsoft
23 Jul 2013 by Jason Gleim
You can't. This would create a Man-In-The-Middle attack against the Google services because you would be able to easily know the user's credentials since they would need to enter them into your page and you would pass them on to Google. In fact, if your users were silly enough to blindly enter...
9 Mar 2013 by Mike Meinz
I think you need to add one or more SPF Records to the DNS entry for your domain. See Sender Policy FrameworkSee Sending Mail[^] where it says:Quote:Domain accounts are accounts outside of the Google domain with email addresses that do not end in @gmail.com or @APP-ID.appspotmail.com. It...
1 May 2013 by Sergey Alexandrovich Kryukov
I recently learned that in India people often use input method based on transliteration. This is not a nice native way; it makes the whole culture fully dependent on English-basic culture, and put local Indian cultures in a submissive position. I guess, the it is deeply rooted in the fact of...
23 Jul 2013 by Mayank -Dhyani
I use google business apps email services. I want to create my own custom login page for google mail. please help me how can i do this.
8 Nov 2013 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
SuggestionStart reading the Google Talk Developer Documentation[^] and try something on your own.Here we answer specific questions which members face during programming. We can't work on the whole source code. You need to do that yourself.If you face any difficulty while coding,...
15 Feb 2014 by Sampath Lokuge
Please check below link for more info.Note: For c# just click .Net tabDownload Files from Google Drive
25 Feb 2014 by Ahtesham Ahmed
OriginalGriff, Ethan is asking about google glass apps development company in the United States and the link you have provided is only providing results from United Kingdom, you should have done it this ways, google usa
12 Sep 2014 by Member 11074058
See this question has some C# code to that http://stackoverflow.com/questions/25801637/google-apps-marketplace-upgradeableapp-api-getting-code500-messagebackend[^]
21 Jan 2013 by KORCARI
For the purpose of my Google map application I need to create an animation of a bars which fill during an interval of time in several points (bus stops)This bars should represent number of people coming to the bus stop.Any idea how to realize it in an interactive way.Data for this would be...
6 Mar 2013 by yichangzyh
Make sure the massages you sent were right.
6 Mar 2013 by H.Brydon
IMHO you are trying to do too many things in your new "Message msg = ..." statement. Break that up into sequential steps and look at the result of each in the debugger.If you were working on my project in the real world, I would not let you submit code that looked like that. Too complex,...
10 Apr 2013 by mayankkarki
I am working on a password reset application, which works on Google domains. I used .net provisioning api. I googled and tried everything but didn't find any way to change password.
11 Apr 2013 by mayankkarki
I found a very easy way AppsService service = new AppsService("domain", "adminusername", "adminpassword"); UserEntry user = service.RetrieveUser("viresh1"); user.Login.Password = "newpassword"; service.UpdateUser(user);
11 Apr 2013 by mayankkarki
I am using google provisioning api on my website. I created a domain on google and some users. Now I want to authenticate them using AppsService class. AppsService service = new AppsService("domain", "admin username", "admin password"); UserEntry user =...
23 Jul 2013 by Mayank -Dhyani
Suppose I developed a website www.xyz.com and I use google business web apps foe email services.I access email services through www.mail.xyz.com. Now i want I want to create my own login page for access mail using asp.net(C#). How can do this. Please help me.
23 Jul 2013 by ridoy
Check these..http://stackoverflow.com/questions/13815084/custom-google-apps-login-page[^]http://support.google.com/a/bin/answer.py?hl=en&answer=184005[^]https://developers.google.com/google-apps/sso/saml_reference_implementation[^]
3 Jan 2014 by Jkri Jay
i was upload file in google app engine using django i was success in upload file as well as data and i was seen the file in blob viewer but how can download that file using django code?i can not retrieve the list of file which is uploaded and also i was get that file.
7 Jan 2014 by garav kumar mishra
i want to add share permission to user via php code.What i want to do is i upload a doc on google drive , when user buys that doc via our shopping cart his / her email id is granted permission to download doc.Guide ...
10 Feb 2014 by suhel_khan
Hi All,I am getting below error while accessing the GA through my C# codeException Details: System.Net.WebException: The remote server returned an error: (400) Bad Request.Can some one please help me out .Thanks in advance.Adding codeInt32 _intVisists =...
13 Feb 2014 by Achee06
I am encountering this error. Upload failedYou need to use a different package name because "com.phonegap.www" already exists in Google Play.I already followed some suggestions in the internet which is all the same and here is a sample...
24 Feb 2014 by OriginalGriff
Well, you could start by look at Google: google glass apps[^]That should give you an idea what apps there are, and there will be company names and normally websites with each...
21 Mar 2014 by PIR FAHIM SHAH
I am building an application using the reference Google Developer Sample Project.[^] According to this tutorial i will get an authorization code from browser and will put it later in my application.But i don't want to work like this. I need to get the authorization code in direct way. Actually I...
14 Apr 2014 by Rajni from delhi
Hi, I need to retrive this json which is placed on this http://itunes.apple.com/rss/customerreviews/id=338010821/json through ajax hit .1. Can i do this ?2. i wrote this code. is that correct ?$.getJSON("http://itunes.apple.com/rss/customerreviews/id=338010821/json", { format: "json"...
18 Jun 2014 by Star_Rookie
So I am trying to add a calendar event to a user's gmail calendar using a c# program, I have done a ton of research and have added all the references that are suggested to be appropriate for this.The most helpful sources were...
25 Oct 2014 by Mehdi Gholam
Take a look at : http://www.bittorrent.com/sync/download#mobile[^]Which will sync your mobile devices to a PC folder, then you can share that folder in any way you want.Tag and annotations will be your job, there are a multitude of image sharing services you can choose from.
12 Jan 2015 by Mahatma Aladdin
I have a simple contact form in aspx. I want to validate the reCaptcha (client-side) before submitting the form. Please help.Sample code:
22 Feb 2015 by Prasad_NC
Hey I am new to Google script..i have a Google sheet with 5 columns, on each column i need a button(with text 1,2,3,4,5) and on each button click i need to set text of button to corresponding cell and hide the clicked button ..is it possible ,if yes how !!
24 Jul 2015 by Shekhar Kumar Ghirdharwall
2-Legged OAuth Authentication in .NET (C#)[^]
7 Sep 2015 by pogo_sumit
Hi, I am getting below error while migrating from Adwords v201406 to v201506... Please help me...Thanks in Advance..- soap: Server[AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']-...
5 Oct 2015 by CodingLover
Hi all,Anyone of you know how to see a preview before publish in Google Play? I can see options to save draft and publish, but not an option to preview. Basically I want to see how my app releases looks like before publish.Thanks in advance.
29 Oct 2015 by JigarModi
I have created a static site on Google Sites. Now based on my requirements, I have to restrict the access of this site to particular users. So I have used Sharing and Permissions feature and restricted the access to limited users. It is a page containing some FAQs. Now what I need to do is,...
28 Dec 2015 by Ankur Guleria
Please check the code because i m getting error. Its a sample code.function emailAsExcel(config) { if (!config || !config.to || !config.subject || !config.body) { throw new Error('Configure "to", "subject" and "body" in an object as the first parameter'); } var spreadsheet ...
3 Apr 2016 by sachi Dash
Suppose I have a app in google store. We can easily know that how many times it is downloaded & from which location through google analytic.Now I want to know that which API I can use in my own application to know the number of do download and location. Which parameter I will send for this...
3 Apr 2016 by Richard MacCutchan
Since the App Store is owned by Google you will need to ask them.
10 Sep 2016 by Sandeep Kesari
google.charts.load('current', {'packages':['corechart', 'controls']}); google.load("visualization", "1.0", {packages:["corechart"]}); google.load("visualization", "1", {packages:["columnchart"]}); ...
8 Nov 2017 by Member 13511837
Google Drive Access from an Application: Not able to upload or create folder in drive using google account with different domain in our application. When tried, below is the exception thrown. Exception : Google.Apis.Auth.OAuth2.Responses.TokenResponseException: Error:"unauthorized_client",...
17 Jul 2018 by Member 13915608
Problem: I would like to have the cell (column D) next to column F update to a dropdown list of the sitemap URLs based off the link next to the cell labeled "Staging Link" when column E is updated to "Open". This sheet will have multiple links so the logic will need to loop up to find the...
20 Oct 2018 by Member 13396929
I have created a Google Apps Script Project where I write data to a Google spreadsheet. The data to be written is calculated in a Javascript script I added to the project. I added Javascript, HTML, and CSS files according to the Best Practices[^], so that shouldn't be an issue. The really...
6 Nov 2018 by Member 13808755
Hello, I have built a prototype web application using DOTNET Core and SQLite on my MacBook. Now I need it to point to a Google Domain to send to my client but I am having difficultly doing so. Could somebody cite documentation or provide steps to have my web app launch with a Google Domain? I...
6 Nov 2018 by ZurdoDev
Google does not host sites, as far as I know. And if they do, then you need to ask them how to do it. 1. Find a hoster. 2. Copy your code up to their site using their instructions.
10 May 2022 by farremireia
I try to convert this simple google apps script code below to HTML services code. The code below is written with the deprecated google apps script UI services! Could anyone please help me with HTML services example code in this usecase? I'm not...
25 May 2022 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
9 Feb 2023 by aravindnass
When I tried to upload my CSV file that contains a value '00E1' showing a '0' value after uploading. The 00E1 value is a Name, so I want it as '00E1' not a 0 value in Big Query. For Eg - 1. I opened an Excel sheet, and format a column as...
12 Jan 2015 by ZurdoDev
Refer to google documentation: https://code.google.com/p/recaptcha/wiki/HowToSetUpRecaptcha#ASP.NET[^]It has example of how to get it to work with ASP.Net
6 Mar 2013 by IT-NEWBIE
I have used this tutorial (GCM Demo Application[^]) to run the sample gcm-server application.I have successfully built both client and server side code.Now, I got stuck on sending my own message to client application from server.I have referred this link(Message[^]) to send my own...
10 Apr 2013 by Neven Iliev
I made a small program that goes through my Google Drive and deletes certain files, however I still see them when I vsisit drive.google.com. I know they were deleted since my program can't find the deleted files and Google gives me an error if I click on them. Here's an example://My...
15 Feb 2014 by agent_kruger
i have developed a software that is configured with almost all google apps but have no idea how to deal with Google Drive (download file from Google Drive)? Can somebody provide a code snipet or any clue where to go as i cannot find a good article on google.Thanks in advance
17 Feb 2014 by Ainy Mughal
using Google.Apis.Authentication;using Google.Apis.Drive.v2;using Google.Apis.Drive.v2.Data;using System.Net;public class MyClass { // ... /// /// Download a file and return a string with its content. /// /// ///...
14 Jul 2016 by Aritra Nath
Hi guys,The problem is whenever i am sending mails from the mail id of my server to a gmail id, its ending up in the spam folder. How do i stop this??Please help..Thanks..
4 Sep 2014 by Shekhar Kumar Ghirdharwall
This is the Link I'm Followinghttps://developers.google.com/apps-marketplace/v1migratev2[^]And they are saying to use the following api,PUT https://www.googleapis.com/appsmarket/v2/upgradableApp/listingID/cwsID/domainbut this api needs 2 Legged authentication.I'm trying to get...
25 Oct 2014 by Erc Rose
I am a CEO of a construction company looking for the fastest, most efficient way to collect, annotate, store and share images from construction projects. All our field personnel have cameras and smartphones and all are required to photograph daily goings on, things that are going to be covered...
18 Jul 2013 by PallabIslam
I am using in-app billing in my android application. After signing, I uploaded a draft APK to the market (no debuggable in manifest), also included the com.android.vending.BILLING permission and all the files.I first tried the reserved android.test.purchased product ID for testing. It worked...
19 Sep 2013 by Maria Mendez
It is possible but you need to deploy a paid control that will integrate with your google apps domain and allows you to customized google apps login page with your company brand or logo or as you want. http://www.cloudcodes.com/gcontrol.htmlYou can also set landing page and IP, Time...
8 Nov 2013 by batrashish
Hello Experts,I need a c# code to add a person in my friends list of gtalk (google talk).I have the gmail id of the person as Input.Please help me out.Regards,Ashish
25 Feb 2014 by Syed Sami Uddin
We developed some great apps with this google glass apps development company in San Francisco, United States and we have satisfied with their work.
17 Jun 2015 by Member 8177976
I am using google provisioning api on my website. I want to authenticate user using AppsService class.AppsService service = new AppsService("domain", "admin username", "admin password");UserEntry user = service.RetrieveUser("username");But it throws exception: Execution of request...
22 Jul 2017 by Member 13323218
George the script is NOT working for me either. Did you ever find a solution? Please let me know and my email is : navalofficer0707@gmail.com Thank you