Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. vinoth kumar
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 19
    • Best 1
    • Groups 0

    Topics created by vinoth kumar

    • vinoth kumar

      SOLVED Downloading files/folders as zip
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • vinoth kumar

      9
      0
      Votes
      9
      Posts
      1145
      Views

      J

      @kodi-shafer the detailed process is just above ...
      Second post in this topic!

    • vinoth kumar

      SOLVED Free Trial Duration
      General Discussion • • vinoth kumar

      2
      0
      Votes
      2
      Posts
      285
      Views

      J

      Free projects stay free forever, they are automatically renewed for free every month

    • vinoth kumar

      Any Option to push uploaded excel data directly to Backend table ?
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      2
      0
      Votes
      2
      Posts
      252
      Views

      Wassim

      Hi,

      I would use an npm package to read the uploaded file :

      https://www.npmjs.com/package/csv-parser https://www.npmjs.com/package/csv-reader

      And then generate the SQL request to insert it into your database.

    • vinoth kumar

      Issue with Upload ZIP Content
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • vinoth kumar

      5
      0
      Votes
      5
      Posts
      420
      Views

      vinoth kumar

      Thanks @Wassim. I can able to upload zip files.
      One more additional question, for sending emails, do we have any appdrag supported From Email address ?

    • vinoth kumar

      How to save uploaded file in Custom Folder ?
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      3
      0
      Votes
      3
      Posts
      415
      Views

      vinoth kumar

      @Joseph-Benguira

      Thanks Joseph. Also i have another doubt. What's the max file size we can upload in CloudBackEnd ?
      I tried to upload a file size of 55 mb. It doesn't worked.

    • vinoth kumar

      How to use Foreign Key concept ?
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      3
      0
      Votes
      3
      Posts
      291
      Views

      vinoth kumar

      @Joseph-Benguira,

      Thanks. Will give a try.

    • vinoth kumar

      Email with attachments
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      4
      0
      Votes
      4
      Posts
      535
      Views

      Wassim

      🙏 Perfect !

    • vinoth kumar

      CloudBackEnd DownloadFile
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      2
      0
      Votes
      2
      Posts
      207
      Views

      Joseph Benguira

      Instead of calling the download with fetch, from the client side just make a A Link pointing to the url of your cloud function

      You can also check our NodeJS samples to return a binary file

    • vinoth kumar

      Python connecting with DB
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      2
      0
      Votes
      2
      Posts
      213
      Views

      Wassim

      Hi,

      Why posting the same answered question again? https://community.appdrag.com/topic/211/python-data-retrieval

    • vinoth kumar

      Python data retrieval
      Cloud Backend (Cloud DB, API Builder) • • vinoth kumar

      6
      0
      Votes
      6
      Posts
      553
      Views

      vinoth kumar

      @Joseph-Benguira said in Python data retrieval:

      https://api.appdrag.com/CloudBackend.aspx

      Thanks team. Will definitely give a try.