Skip to content
New issue

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

Impossible to create or upload something: "notFound: File not found" #15

Closed
anthony3444 opened this issue Dec 7, 2020 · 1 comment
Closed

Comments

@anthony3444
Copy link

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

@DidahDx
Copy link

DidahDx commented Jul 7, 2021

@anthony3444 Check if you have enabled Google drive Api

@bskim45 bskim45 closed this as completed May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants