google-apps

How to stop or disable Google App Engine production server?

血红的双手。 提交于 2019-12-03 11:39:44
问题 I have uploaded google app java project to production google app engine (from this tutorial), but I can't found any information how to stop or disable the production app engine. From google developer console, I can shutdown the instance via menu Compute -> Instances, but if I open or access the app's url in the browser, the app instance will start running again. So how to completely stop or disable Google App Engine production server? 回答1: Change you code to not serve pages and update the

How to use Gmail as your SMTP server for Youtrack?

末鹿安然 提交于 2019-12-03 10:17:55
Youtrack allow to send email through 3rd party SMTP server. Fields are as follows: SMTP host: [?] SMTP port: [?] Mail protocol: [?] SMTP login: [?] SMTP password: [?] Select SSL key: [?] Server 'from' email: [?] Could you provide an example of Gmail or Google apps config ? Here is what I finally did: SMTP host: smtp.gmail.com ; SMTP port: 465 ; Mail protocol: SMTP+SSL ; SMTP login: user@domain.com or user@gmail.com ; SMTP password: ****** ; Select SSL key: No key ; Server 'from' email: user@domain.com . Gmail will ignore the from parameter so I put the same. References Enable IMAP in your

Google Apps Calendar shows “Busy” instead of sharing full, more details

故事扮演 提交于 2019-12-03 09:27:03
问题 We're building a multi-user platform where each registered user has a Google App account with their e-mail and calendar. People can add to the events to the calendar, but the entry always show "Busy" instead of displaying the full event details. How do I get the calendar to share and show more than just "Busy" and list the event name? 回答1: First log into your Google Apps domain admin account. The organization admin url is https://google.com/a/yourdomainname.com Go to Apps > Calendar > Sharing

Google Apps Script to search Google Drive

旧城冷巷雨未停 提交于 2019-12-03 08:44:05
问题 Is it possible to use Google Apps Script to search Google Drive for both documents and folders? Google have killed their own docs/drive search gadget as it appears to rely on iGoogle and Google Enterprise support have admitted this. Thank you 回答1: I think you are looking for SearchFile and SearchFolder of the DriveApp. The full list of parameters is available in the Google Drive SDK documentation I've run some tests and seems like it's not possible to do 1 search and get files and folders

Need to upload files to google docs from my application and store reference to the uploaded file

☆樱花仙子☆ 提交于 2019-12-03 08:23:30
I'm working on a basic google applications based system. Like I earlier defined I'm building a simple ordering system and to each order placed I attach a file or document. I would like to be able to set it such that whatever file I upload is uploaded into google docs and I somehow am able to maintain a reference to that file from my own application i.e these files are concerned with such and such order. My application is google application based hopefully and I'm building it to be such for later on deployment into the cloud. How do I start on this and what do I need to do? Are there already

Using Google Docs and Google Spreadsheet APIs for Android

强颜欢笑 提交于 2019-12-03 07:08:15
问题 I am planning on using the Google Documents List, and Google Documents Spreadsheet API's for uploading a database from my app to a spreadsheet online and then editing it. I just wanted to know if these API's would be the right approach for using Google docs as an online storage space for the data that I have collected in my app. I was hoping that I could just get feedback from some of you who might have experience with this. The links for both API's are listed below: http://code.google.com

“Integrate with Google” button suddenly disappeared (receiving 404)

混江龙づ霸主 提交于 2019-12-03 00:39:18
I have Google-Apps-Marketplace app in which I'm using "Integrate with Google" button to start the google OAuth2 process. For some unknown reason the button disappear today, and I'm receiving the error 404 - https://apis.google.com/marketplace/button Does anybody know if it's a temporary issue in google API, or something had changed and I need to update my app? I saw similar questions regarding the disappearance of the button from 4 years ago, however they refer there to access problems (error 403). Help will be appreciated. Sorry for the inconvenience, it was a temporary issue that has already

Google Apps Calendar shows “Busy” instead of sharing full, more details

帅比萌擦擦* 提交于 2019-12-03 00:00:18
We're building a multi-user platform where each registered user has a Google App account with their e-mail and calendar. People can add to the events to the calendar, but the entry always show "Busy" instead of displaying the full event details. How do I get the calendar to share and show more than just "Busy" and list the event name? First log into your Google Apps domain admin account. The organization admin url is https://google.com/a/yourdomainname.com Go to Apps > Calendar > Sharing Settings or here (substitute your domain): https://admin.google.com/yourdomainname.com/AdminHome?fral=1

What is the correct SPF record for using both Amazon SES and Google Apps

浪子不回头ぞ 提交于 2019-12-02 23:08:21
What would be the correct SPF record to use for both Amazon SES and Google Apps together: Google Apps says they want you to have the tilde "~" in it: http://support.google.com/a/bin/answer.py?hl=en&answer=178723 , but most other examples have a dash "-" instead. Amazon wants: "v=spf1 include:amazonses.com -all" Google wants: "v=spf1 include:_spf.google.com ~all" We currently have this, combining both together: TXT "v=spf1 include:amazonses.com include:_spf.google.com ~all" SPF "v=spf1 include:amazonses.com include:_spf.google.com ~all" 1) Is this the correct SPF record? 2) Are we missing

Using Google Docs and Google Spreadsheet APIs for Android

女生的网名这么多〃 提交于 2019-12-02 19:42:14
I am planning on using the Google Documents List, and Google Documents Spreadsheet API's for uploading a database from my app to a spreadsheet online and then editing it. I just wanted to know if these API's would be the right approach for using Google docs as an online storage space for the data that I have collected in my app. I was hoping that I could just get feedback from some of you who might have experience with this. The links for both API's are listed below: http://code.google.com/apis/documents/ http://code.google.com/apis/spreadsheets/ Thanks in advance! (Dec 2016-Feb 2017) Various