-
Notifications
You must be signed in to change notification settings - Fork 204
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
Added more methods to upload and download #17
Conversation
@Haimantika is attempting to deploy a commit to the appwrite Team on Vercel. To accomplish this, @Haimantika needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
@gewenyu99 will need your help with double-checking the examples of coding languages other than JS. I mostly did copy pasta and changed the methods. |
@@ -383,4 +383,327 @@ class MainActivity : AppCompatActivity() { | |||
} | |||
``` | |||
```dart | |||
{% /multicode %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's something wrong here with the syntax. Is the {% /multicode %}
supposed to be here?
} | ||
} | ||
``` | ||
```dart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sam here, why does it end with an open ```dart?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New commit has all the requested changes
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)