Posts

Showing posts from September, 2018

Yr

1 2 3 Login 4 5 6 UserName*: 7 8 9 Password*: 10 11 12 13 14 15
Sign Up Log In Sign Up for Free First Name * Last Name * Email Address * Set A Password * Get Started Welcome Back! Email Address * Password * Forgot Password? Log In ...
First , Last Name*: Organization: Email address*: Work Phone: Home Phone: Cell Phone: Fax: Address 1*: Address 2: City*: State/Province: Zip/Postal Code: Country*: * - required fields form to email
Username: Password: ( ? )

K

php composer.phar require google/apiclient:^2.0 $client = new Google_Client(); $client->setAuthConfig('client_secret.json'); $client->addScope(Google_Service_Drive::DRIVE_METADATA_READONLY); $client->setRedirectUri('http://' . $_SERVER['HTTP_HOST'] . '/oauth2callback.php'); $client->setAccessType('offline'); // offline access $client->setIncludeGrantedScopes(true); // incremental auth $client = new Google_Client(); $client->setAuthConfig('client_secret.json'); $client->setRedirectUri('http://localhost:8080/oauth2callback.php'); $client->addScope(Google_Service_Drive::DRIVE_METADATA_READONLY); $client->setAccessType('offline'); $client->setState($sample_passthrough_value); $client->setIncludeGrantedScopes(true); $client->setLoginHint('gopalkrishna3075@gmail.com');

H

Login page Simple Login Page Username Password

Login

[/html] Username: Password: ( ? )