googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.51k stars 678 forks source link

Cant upload files from drive[BUG]: Title #159

Open rahulzag opened 3 years ago

rahulzag commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'teachable machine/train'
  2. Click on 'upload from drive'
  3. Scroll down to 'to your file and click upload'
  4. if I select a folder it says the folder is empty and loading ample appears forever and if I cntrl+a all images still loads and no images uploaded

Relevant Links Link to code to reproduce bug

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

treneth333 commented 3 years ago

Just a wild guess, but have you checked what permissions the application has access to? It could be that it is only allowed to read files, causing it to show them and let you choose them, but not be able to modify or in this case Upload the chosen file.

Just an idea