bskim45/fastlane-plugin-google_drive

Uploaded failed - Invalid Google Drive credentials

mthuong opened this issue · 1 comments

Fastlane report that
missing client_email

Invalid Google Drive credentials

My code:
upload_to_google_drive(
drive_keyfile: drive_keyfile,
service_account: true,
folder_id: google_drive_folder_id,
upload_files: [file_name]
)

Found solution that just set service_account: false to get authenticate credentials