Jump to content
UBot Underground

Recommended Posts

Hi everyone,

 

I am building a bot for a work I need to do with google drive, but I am having problems to load the site (see image below).

 

http://i.imgur.com/UMz2Ayhh.jpg

 

I am logged in and have tried clicking on the Sign back in link and the retry button, but I keep getting that message, which stays there and doesn't let me do anything.

 

I have tried with different user agents with no success.

 

Could someone please help me?

 

Thanks in advance.

Link to post
Share on other sites

In my experiences using Google products I find its easier to use a Chrome browser and find the elements and manually type them into Ubot instead of using the element selector. I know this is probably not ideal for most but its just Google sites I've ran into issues with and had to do this.

I believe they have an API though, if you can I would use that.

 

Here is a brief example of a sign in:

ui text box("Email",#email)
ui text box("Password",#password)
type text(<(tagname="input" AND type="email")>,#email,"Standard")
wait(1)
click(<(innertext="NEXT" AND tagname="content")>,"Left Click","No")
wait for element(<(tagname="input" AND type="password")>,"","Appear")
wait(2)
type text(<(tagname="input" AND type="password")>,#password,"Standard")
wait(1)
click(<(innertext="NEXT" AND tagname="content")>,"Left Click","No")
Link to post
Share on other sites

That's the message I get after I sign in to my google account and go to the google drive site.

 

Are you able to use the google drive site using the Ubot browser?

 

I signed in using the code above and manually clicked around in different folders and stuff and didn't have an issue. But I haven't tried viewing documents or anything because that account didn't have any.

 

So that's why I'm asking where you saw the message were you trying to view a document or upload or download or what.

 

By the way as a side note if I just use the element selector instead of using my code above it doesn't work properly for me and I can't do anything once signed in. This is what I was talking about before about doing it manually to create the code which is how I got the code above.

Link to post
Share on other sites

I signed in using the code above and manually clicked around in different folders and stuff and didn't have an issue. But I haven't tried viewing documents or anything because that account didn't have any.

What Ubot browser did you use?

_______________________________________________________________________________________________________________________

 

I have made a small video of the problem.

 

As you can see, I am not using any code while testing the functionality of the browser.

 

https://drive.google.com/file/d/0B3dLAwm1j6lhQkRYNUtkUmpyNDg/preview

Link to post
Share on other sites

I used Chrome 49 as well, I can however manually login and don't get that same message.

 

I would try reloading the page, see if it just kicks you out, or:

 

Try to click the sign in button like you and login using this:

allow popups("In New Window")
comment("Click sign in button")
in popup {
    comment("Sign in here")
    close page
}
Link to post
Share on other sites

Thanks HelloInsomnia,

 

I have tried that, but it didn't work.

 

Please note that I am not the only one with that problem.

See here: http://network.ubotstudio.com/forum/index.php/topic/20446-unable-to-login-httpsdrivegooglecomdrive/

 

I opened a support ticket a couple of days ago and they got the same results I am getting.

I am waiting for a solution/reply to that ticket while they are looking into this.

 

Are you using UBOT 5.9.50?

  • Like 1
Link to post
Share on other sites

Thanks HelloInsomnia,

 

I have tried that, but it didn't work.

 

Please note that I am not the only one with that problem.

See here: http://network.ubotstudio.com/forum/index.php/topic/20446-unable-to-login-httpsdrivegooglecomdrive/

 

I opened a support ticket a couple of days ago and they got the same results I am getting.

I am waiting for a solution/reply to that ticket while they are looking into this.

 

Are you using UBOT 5.9.50?

I am getting the exact same problem. Also contacted support And they say they are looking into it. I would ask anyone that reads this to do the experiment. Through Ubot simply login to drive.google.com and please share your results.

  • Like 1
Link to post
Share on other sites

Thanks HelloInsomnia,

 

I have tried that, but it didn't work.

 

Please note that I am not the only one with that problem.

See here: http://network.ubotstudio.com/forum/index.php/topic/20446-unable-to-login-httpsdrivegooglecomdrive/

 

I opened a support ticket a couple of days ago and they got the same results I am getting.

I am waiting for a solution/reply to that ticket while they are looking into this.

 

Are you using UBOT 5.9.50?

 

Yep

 

I am getting the exact same problem. Also contacted support And they say they are looking into it. I would ask anyone that reads this to do the experiment. Through Ubot simply login to drive.google.com and please share your results.

 

Okay

 

Link to post
Share on other sites

Thanks for sharing.

 

I think we are a step closer to the solution.

 

The only difference I see is that you have Aymens plugins installed.

 

If it is not too much to ask, could you please try it with all 3rd party plugins disabled?

Link to post
Share on other sites

Thanks for sharing.

 

I think we are a step closer to the solution.

 

The only difference I see is that you have Aymens plugins installed.

 

If it is not too much to ask, could you please try it with all 3rd party plugins disabled?

 

I wasn't using the plugin so it won't affect it but I checked it anyways without any plugins enabled and get the exact same result it works fine for me.

Link to post
Share on other sites

I wasn't using the plugin so it won't affect it but I checked it anyways without any plugins enabled and get the exact same result it works fine for me.

 

Thanks. That's what I thought, but It was worth trying.

 

All my hopes rest now on the reply to the tickets.

Link to post
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...