Questions tagged as 'google'

1
answer

Copy and paste into different sheets in Google Sheets

I'm trying to copy a value from one table and send it to another using the Google Sheets script, but I get the following error Target range and source range must be on the same spreadsheet function myFunction() { var ss1 = SpreadsheetAp...
asked by 23.09.2016 / 17:17
2
answers

How to change google cache for reformulated site

There is a website where your options are in Google search results, but it turns out that the site has been redesigned as well as its options and content. When the search is performed, the information of the old site appears in google's resul...
asked by 10.03.2016 / 19:56
1
answer

Export Blogger Images to Wordpress [closed]

I'm migrating my blog from Blogger to Wordpress. How do I do the images, because I will export them and then modify them one by one. Should I do 301 redirect? It is possible? How to proceed in this situation? Look, the URLs I have to do 301 r...
asked by 12.03.2016 / 22:37
1
answer

Error handling in the Google maps Android API

I am making a register of people with address to show on the map where a person lives. When I type the correct address everything works normally, but when I get the error, which is not valid for Google Maps , the app closes. @Override public...
asked by 15.05.2015 / 14:37
1
answer

Google Maps Inside the establishment

Good morning, someone can tell me how to google the map of a certain establishment on the site, however I want it to display the inside of it, which I can access in the maps, but I want a div with it in my contact page, how do I do this?     
asked by 03.10.2018 / 16:11
1
answer

Change APK signing key in PlayStore

Hello, I have an app in the Google Play Store that was from another account and it was transferred to my account, because it will no longer play with it and the client asked us to work on the next version. The problem is this: when we upload the...
asked by 29.07.2018 / 03:23
1
answer

Create search box in google docs

Good, I have this VBA code and I needed to build a Javascript for Google Docs that does the same thing. Is it possible to convert VBA to Javascript? Thank you. Private Sub CommandButton1_Click() Dim F1 As Worksheet Dim intervalo As Range...
asked by 09.02.2018 / 12:45
1
answer

Animated Banner with Google Web Design

I created an animated banner using the Google Web Design tool. For those who have used it, it creates the banner with HTML5 CSS and Javascript. To embed this banner on my page I've used the HTML tag: <div class="row">...
asked by 28.09.2017 / 03:50
2
answers

Use Google oauth2 without going through the google login page [closed]

I'm starting to implement the use of google autAuthentication in my application. some tests done working and tals, but always having to go through the login screen and google consent. I would like to know if it is possible for me to do the entir...
asked by 09.10.2017 / 14:18
1
answer

Continue running after accepting the Android Permission

I'm doing a test using Google Maps. It's working but it's this way. Once the app is started, it checks the permission by calling the Permission class. If the user accepts, the app starts and if it refuses the app to close with a message stating...
asked by 06.07.2017 / 21:00