mobula9 / GoogleDriveBundle

A Symfony bundle to handle Google Drive API (Unmaintained)
MIT License
6 stars 1 forks source link

parameters #1

Closed shubaivan closed 8 years ago

shubaivan commented 8 years ago

google drive api give parameters:

"client_id"
"project_id"
"auth_uri"
"token_uri"
"auth_provider_x509_cert_url"
"client_secret"

in install lost point about parametrers from service

gdrive_directory_base_id gdrive_directory_splited_id kasifi_gdrive.google_drive_client_email kasifi_gdrive.google_auth_sub gdrive_oauth_https_callback_prefix

by name not undersatnd what parameters your mean ? and you declareted:

Resources Finder:

where realization for download file example ?

mobula9 commented 8 years ago

You're right. I'll add it to the documentation. Thanks !

mobula9 commented 8 years ago

@shubaivan: You can update the bundle to the 0.8.3 via composer update lucascherifi/google-drive-bundle.

Regards,

Lucas.