We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys!
This is my fastlane config:
create_google_drive_folder( drive_keyfile: './gdrive-config.json', folder_id: '1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl', folder_title: 'test')
I can't use create, upload functions. Already this error appears:
17:28:56: --- Step: create_google_drive_folder --- 17:28:56: ---------------------------------------- 17:28:56: Using config file: ./gdrive-config.json [17:28:57]: notFound: File not found: 1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl. [17:28:57]: ------------------- [17:28:57]: --- Step: slack --- [17:28:57]: ------------------- [17:28:57]: Successfully sent Slack notification +------------------+----------------+ | Lane Context | +------------------+----------------+ | DEFAULT_PLATFORM | android | | PLATFORM_NAME | android | | LANE_NAME | android deploy | | VERSION_NAME | 395 | +------------------+----------------+ [17:28:57]: File with id '1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl' not found in Google Drive
+------+------------------------+-------------+ | fastlane summary | +------+------------------------+-------------+ | Step | Action | Time (in s) | +------+------------------------+-------------+ | 1 | default_platform | 0 | | 2 | setup_circle_ci | 0 | | 3 | get_version_name | 0 | | 4 | get_version_name | 0 | | 💥 | create_google_drive_f | 0 | | | older | | | 6 | slack | 0 | +------+------------------------+-------------+
[17:28:57]: fastlane finished with errors
[!] File with id '1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl' not found in Google Drive
The text was updated successfully, but these errors were encountered:
@anthony3444 Check if you have enabled Google drive Api
Sorry, something went wrong.
No branches or pull requests
Hi guys!
This is my fastlane config:
create_google_drive_folder(
drive_keyfile: './gdrive-config.json',
folder_id: '1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl',
folder_title: 'test')
I can't use create, upload functions. Already this error appears:
17:28:56: --- Step: create_google_drive_folder ---
17:28:56: ----------------------------------------
17:28:56: Using config file: ./gdrive-config.json
[17:28:57]: notFound: File not found: 1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl.
[17:28:57]: -------------------
[17:28:57]: --- Step: slack ---
[17:28:57]: -------------------
[17:28:57]: Successfully sent Slack notification
+------------------+----------------+
| Lane Context |
+------------------+----------------+
| DEFAULT_PLATFORM | android |
| PLATFORM_NAME | android |
| LANE_NAME | android deploy |
| VERSION_NAME | 395 |
+------------------+----------------+
[17:28:57]: File with id '1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl' not found in Google Drive
+------+------------------------+-------------+
| fastlane summary |
+------+------------------------+-------------+
| Step | Action | Time (in s) |
+------+------------------------+-------------+
| 1 | default_platform | 0 |
| 2 | setup_circle_ci | 0 |
| 3 | get_version_name | 0 |
| 4 | get_version_name | 0 |
| 💥 | create_google_drive_f | 0 |
| | older | |
| 6 | slack | 0 |
+------+------------------------+-------------+
[17:28:57]: fastlane finished with errors
[!] File with id '1lQzwrF_TObAXsBKUyOYs4mXSDBibT8XAl' not found in Google Drive
The text was updated successfully, but these errors were encountered: