Uploaded failed - Invalid Google Drive credentials
mthuong opened this issue · 1 comments
mthuong commented
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]
)
mthuong commented
Found solution that just set service_account: false to get authenticate credentials