Upload Files to Google Drive From Google Sheets - Apps Script Tutorial [SheetsNinja]

Поділитися
Вставка
  • Опубліковано 24 лис 2024

КОМЕНТАРІ • 10

  • @hamzaahmed7846
    @hamzaahmed7846 Місяць тому

    This is awesome! Is there any update to update many sheets data at same time with 1 script I want to update factory stock record.

  • @DanielleSullivanAL
    @DanielleSullivanAL Місяць тому

    this is awesome! is there a way to rename the file based on some cells in an active sheet and then auto link the attachment using a smartchip in the active sheet?

    • @SheetsNinja
      @SheetsNinja  Місяць тому

      Currently smartchips are not yet supported in apps script (I know, wait, what?!?), so you could rename the files based on text in the cells, but you couldn't add it as a chip, just a link for the moment.

  • @mathias77777777
    @mathias77777777 18 днів тому

    Hello, the loading circlke for me just doesn't seem to stop and its not uploading the file either. Do you have any fixes for that? I already changed the folder ID

    • @SheetsNinja
      @SheetsNinja  18 днів тому

      I just retested this to make sure it still works, and it does.
      So for the folder ID, you need to make sure you only use the ID part of the url. So for example, if the folder url is drive.google.com/drive/folders/1bGObY9SDASiMVR3DCQEozh-Aot3Do1hj
      Then use this as the folder id: 1bGObY9SDASiMVR3DCQEozh-Aot3Do1hj
      Like so:
      let folderId = '1bGObY9SDASiMVR3DCQEozh-Aot3Do1hj';

  • @Drag0nStorm1
    @Drag0nStorm1 6 місяців тому

    Is there a way to take out all the images directly already stored in cells in google sheets, move them to gdrive, and re-link them in the same cells using image() function?

    • @SheetsNinja
      @SheetsNinja  6 місяців тому

      I know you couldn't before, and I don't think anything changed, but you can't access images inserted into cells using Google Apps Script so this would not be possible as far as I know.

  • @motorsportsenthusiasts
    @motorsportsenthusiasts 7 місяців тому

    Can you run this from the mobile version?

    • @SheetsNinja
      @SheetsNinja  7 місяців тому +1

      Unfortunately not, scripts and popups don't function on the mobile app or the mobile browser.

    • @Drag0nStorm1
      @Drag0nStorm1 6 місяців тому

      try running in mobile browser in desktop site mode?