Questions tagged [profile-picture]

Profile picture refers to the picture a user is currently using as the main/primary picture associated with their account.

Questions using tag might be related to third party APIs allowing for downloading or changing (uploading) these pictures. The tag might also be used for questions about developing a feature related to profile pictures.

67 questions
0
votes
0 answers

SwiftUI Firebase Profile Picture current code

I have been studying Firebase for a month and understand Auth and Firestore well enough for a beginner. Storage is a bit harder. I just want an Hstack with my users profile pic and message to be added to a list of messages when written. EXAMPLE …
0
votes
0 answers

why is image not displaying on my django user profile project but saved to profile_pics in media directory

i am working on a django project. i am having problem with my image displaying on the my user profile. when i inspect the html the part was correct and image was in the diectory. i still can't dispay the image. i am getting Not Found:…
0
votes
0 answers

Switch Github profile pictures according to the theme

I would like to automate the change of the profile picture according to the current theme on the github page, day or night. Is there a way to make this change? I tried an html script but no way to get a result on github.
d k
  • 1
0
votes
2 answers

how to upload image in laravel bootstrap auth package

i am trying to upload an image as a profile picture in laravel bootstrap auth package. in this i am trying to change some package files to upload image. also i added a column in users table. protected function create(array $data) { …
0
votes
1 answer

How can I retrieve a picture from back-end

The front-end is another server and makes API calls to back-end (Laravel) and now I want to send back a picture to front-end and show it with vanilla js (I don't know jQuery, I'm a back-end developer). The picture must only be available to…
Hirbod
  • 67
  • 11
0
votes
1 answer

ActivityResultLauncher for uploading profile picture

I want to pick a picture from the phone gallery to upload as the profile picture of the user in an app. And I want to get the URI for it so I can store it in the user database. activityResultLauncher = registerForActivityResult( new…
mendoh
  • 1
  • 1
  • 1
0
votes
1 answer

Outlook Profile Picture not showing after Microsoft known issue shared on 30th SEPT

GET /users/{id | userPrincipalName}/photo I am using this graph API to get outlook profile picture it was working perfectly before 30th SEPT Microsoft has shared some known issues:https://learn.microsoft.com/en-us/graph/known-issues#groups enter…
Charmy
  • 39
  • 2
  • 7
0
votes
1 answer

PHP MySQL Set Profile Picture From Pre-Selected Images

I want to make a function that changes the user's profile picture. I don't want to upload custom images, so I have mines. I have a modal, which is displaying the pictures, and when the user click onto the image, it navigates the user to…
scrummy
  • 795
  • 1
  • 6
  • 20
0
votes
0 answers

AWS S3 For Profile Picture

I’m creating an app where a user can upload/remove a profile picture established to their account. I’ve seen numerous things on this but nothing quite fits my scenario. I’m using Okta as the Idp and all user accounts are held within Okta Universal…
Football52
  • 123
  • 3
  • 14
0
votes
1 answer

Flutter firebase_storage FirebaseStorage.instance(): The expression doesn't evaluate to a function, so it can't be invoked

FirebaseStorage storage = FirebaseStorage(storageBucket: ''); is deprecated, but when I use FirebaseStorage storage = FirebaseStorage.instance(); I get this error: The expression doesn't evaluate to a function, so it can't be invoked.
Nuqo
  • 3,793
  • 1
  • 25
  • 37
0
votes
0 answers

Facebook - how to get public profile image using graph

please help me get new way to get public profile picture from FB. I'm using it in my home system to get current user photo. Few days ago something has changed and my solution stopped working. I was using graph for 3…
radovan
  • 1
  • 1
0
votes
2 answers

save pictures from Webcam using EMGU

I want to modify my program in VB 2015 that captures a photo using a webcam and saves it to my folder. The problem is that it replaces every picture taken, I want to save every picture with this format name picture01, picture02 etc. Info: I am…
nasro
  • 3
  • 6
0
votes
1 answer

My profile picture doesn't show in Laravel 6

I'm learning to create some forum, but when I update a photo profile, it can't show. When I try to inspect element it says: "Failed to load resource: the server responded with a status of 404 (Not Found)" This is my Controller: public function…
0
votes
1 answer

How to prevent constantly downloading an image from Firebase and show the image even if there is no internet connection?

Every time I show the profile picture, the UIImageView flashes to signify that the image was just downloaded from the Firebase Storage URL. This download speed differs based on the device type, some times it is unnoticeable while other times there…
Vinny
  • 75
  • 11
0
votes
1 answer

Instagram Profile Picture Access Denied

I get my client-id from instagram. It says CLİENT STATUS Live . But when I type this into browser it does not give me sample output in the website. https://api.instagram.com/v1/users/self/?access_token=ACCESS-TOKEN I replaced ACCESS-TOKEN with my…
neco
  • 23
  • 4